Skip to content

Commit 801b9c1

Browse files
committed
Bump wear versionCode to 100066 (Play Console rejected 100065 as already used)
1 parent 87c31fb commit 801b9c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wear/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
// Wear OS variant rides on the same package as the phone, so we offset
2626
// its versionCode by 100000 to keep them distinct in Play Console while
2727
// preserving the phone-side numbering (37 -> 100037).
28-
versionCode = 100065
28+
versionCode = 100066
2929
versionName = "0.6.5-rc1"
3030
}
3131

0 commit comments

Comments
 (0)