1 parent f0c06c5 commit 1a867e3Copy full SHA for 1a867e3
2 files changed
app/build.gradle.kts
@@ -27,8 +27,8 @@ android {
27
applicationId = "com.eried.eucplanet"
28
minSdk = 29
29
targetSdk = 35
30
- versionCode = 67
31
- versionName = "0.6.5-rc3"
+ versionCode = 68
+ versionName = "0.6.5"
32
33
val buildStamp = SimpleDateFormat("yyMMdd.HHmm")
34
.apply { timeZone = TimeZone.getTimeZone("UTC") }
wear/build.gradle.kts
@@ -25,8 +25,8 @@ android {
25
// Wear OS variant rides on the same package as the phone, so we offset
26
// its versionCode by 100000 to keep them distinct in Play Console while
// preserving the phone-side numbering (37 -> 100037).
- versionCode = 100068
+ versionCode = 100069
}
signingConfigs {
0 commit comments