Skip to content

Commit

Permalink
[wearos] Upgrade versionName to wearos-1.0.0-alpha02
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Belda committed Feb 21, 2022
1 parent 667ecfc commit 8f5dae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wearos/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId = "dev.sergiobelda.todometer"
minSdk = Android.wearMinSdk
targetSdk = Android.targetSdk
versionCode = 4100101
versionName = "wearos-1.0.0-alpha01"
versionCode = 4100102
versionName = "wearos-1.0.0-alpha02"
}

buildFeatures {
Expand Down

0 comments on commit 8f5dae9

Please sign in to comment.