Skip to content

Commit

Permalink
Bump versionCode + 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
avluis committed Aug 25, 2015
1 parent fba32f9 commit ce6f293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
applicationId "me.devsaki.hentoid"
minSdkVersion 15
targetSdkVersion 22
versionCode 22
versionCode 23
versionName '1.1.2'
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion update.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{ "updateURL" : "https://github.com/csaki/Hentoid/releases/download/v1.1.2/hentoid.apk",
"versionCode" : "22"
"versionCode" : "23"
}

0 comments on commit ce6f293

Please sign in to comment.