Skip to content

Commit 1a867e3

Browse files
committed
Bump to 0.6.5 (final) for Play Store production
1 parent f0c06c5 commit 1a867e3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
applicationId = "com.eried.eucplanet"
2828
minSdk = 29
2929
targetSdk = 35
30-
versionCode = 67
31-
versionName = "0.6.5-rc3"
30+
versionCode = 68
31+
versionName = "0.6.5"
3232

3333
val buildStamp = SimpleDateFormat("yyMMdd.HHmm")
3434
.apply { timeZone = TimeZone.getTimeZone("UTC") }

wear/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ 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 = 100068
29-
versionName = "0.6.5-rc3"
28+
versionCode = 100069
29+
versionName = "0.6.5"
3030
}
3131

3232
signingConfigs {

0 commit comments

Comments
 (0)