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 24, 2015
1 parent 94600fc commit a5dcaa9
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 18
versionCode 19
versionName '1.1.1'
}
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.1/hentoid.apk",
"versionCode" : "18"
"versionCode" : "19"
}

0 comments on commit a5dcaa9

Please sign in to comment.