Skip to content

Commit

Permalink
increase versions
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkrasov committed Jun 25, 2014
1 parent 7f6a6a3 commit 6568d51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api_demos/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 19
versionCode 2
versionName "0.3.2"
versionCode 3
versionName "0.3.3"
}

signingConfigs {
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'android-library'
apply plugin: 'maven'
apply plugin: 'signing'

version = "0.3.2"
version = "0.3.3"
group = "com.github.androidsocialnetworks"

android {
Expand Down

0 comments on commit 6568d51

Please sign in to comment.