Skip to content

Commit

Permalink
Library 1.0.3 (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersantos committed Feb 5, 2016
1 parent d12017b commit 9a67095
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
applicationId "com.github.javiersantos.appupdater.demo"
minSdkVersion 11
targetSdkVersion 23
versionCode 2
versionCode 3
versionName "1.0"
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 23
versionCode 3
versionName "1.0.2"
versionCode 4
versionName "1.0.3"
}
buildTypes {
release {
Expand Down

0 comments on commit 9a67095

Please sign in to comment.