Skip to content

Commit

Permalink
Upgrade versionCode to 10 and versionName to '1.4.2'.
Browse files Browse the repository at this point in the history
  • Loading branch information
imknown committed Dec 29, 2019
1 parent 5fd0dc7 commit b7ce221
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 : 9,
versionName : '1.4.1'
versionCode : 10,
versionName : '1.4.2'
]

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

0 comments on commit b7ce221

Please sign in to comment.