Skip to content

Commit

Permalink
Upgrade versionCode to 6 and versionName to '1.2.2'.
Browse files Browse the repository at this point in the history
  • Loading branch information
imknown committed Nov 30, 2019
1 parent a0e6f5e commit 3121be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/buildScriptConfig.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ext {
compileSdkVersion : 29,
targetSdkVersion : 29,

versionCode : 5,
versionName : '1.2.1'
versionCode : 6,
versionName : '1.2.2'
]

// https://maven.google.com
Expand Down

0 comments on commit 3121be7

Please sign in to comment.