Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo Ferretti committed Dec 21, 2020
1 parent d74197f commit 2ad25db
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,14 @@ android {
applicationId "me.hexile.odexpatcher"
minSdkVersion 19
targetSdkVersion 30
versionCode 101
versionName "1.0.1"

// MM = major version
// mm = minor version
// pp = patch version
// xx = extra (00 should be release)
// MMmmppxx
versionCode 1010000
versionName "1.1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 2ad25db

Please sign in to comment.