Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Chenhe committed Aug 20, 2021
1 parent 254fc99 commit e9350b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mobile/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
applicationId = "cc.chenhe.weargallery"
minSdk = 23
targetSdk = 30
versionCode = 220601010 // header(22)+xx.xx.xx+device(0-phone; 1-wear)
versionName = "v6.1.1-preview"
versionCode = 220601020 // header(22)+xx.xx.xx+device(0-phone; 1-wear)
versionName = "v6.1.2-preview"

vectorDrawables.useSupportLibrary = true
}
Expand Down
4 changes: 2 additions & 2 deletions wear/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId = "cc.chenhe.weargallery"
minSdk = 21
targetSdk = 30
versionCode = 220601011 // header(22)+xx.xx.xx+device(0-phone; 1-wear)
versionName = "v6.1.1-preview"
versionCode = 220601021 // header(22)+xx.xx.xx+device(0-phone; 1-wear)
versionName = "v6.1.2-preview"

kapt {
arguments {
Expand Down

0 comments on commit e9350b7

Please sign in to comment.