Skip to content

Commit 6568d51

Browse files
committed
increase versions
1 parent 7f6a6a3 commit 6568d51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api_demos/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 9
99
targetSdkVersion 19
10-
versionCode 2
11-
versionName "0.3.2"
10+
versionCode 3
11+
versionName "0.3.3"
1212
}
1313

1414
signingConfigs {

library/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'android-library'
22
apply plugin: 'maven'
33
apply plugin: 'signing'
44

5-
version = "0.3.2"
5+
version = "0.3.3"
66
group = "com.github.androidsocialnetworks"
77

88
android {

0 commit comments

Comments
 (0)