We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6a6a3 commit 6568d51Copy full SHA for 6568d51
api_demos/build.gradle
@@ -7,8 +7,8 @@ android {
7
defaultConfig {
8
minSdkVersion 9
9
targetSdkVersion 19
10
- versionCode 2
11
- versionName "0.3.2"
+ versionCode 3
+ versionName "0.3.3"
12
}
13
14
signingConfigs {
library/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'android-library'
2
apply plugin: 'maven'
3
apply plugin: 'signing'
4
5
-version = "0.3.2"
+version = "0.3.3"
6
group = "com.github.androidsocialnetworks"
android {
0 commit comments