Skip to content

Commit 4d108db

Browse files
committed
Version 0.1.3 for the targetSdk 36 release
0.1.2 was already consumed on Play by the last targetSdk-35 bundle (versionCode 7); the targetSdk 36 build ships as 0.1.3. Release AAB versionCode stays the workflow run number (next dispatch is run 8 > 7).
1 parent ed1a5b4 commit 4d108db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

surfaces/android/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ android {
5757
// the bare marketing version (store UIs already show the versionCode in parens, so
5858
// baking the build number into the name would just display it twice).
5959
versionName = providers.environmentVariable("ANDROID_VERSION_NAME").orNull?.takeIf { it.isNotBlank() }
60-
?: localProperties.getProperty("versionName", "0.1.1")
60+
?: localProperties.getProperty("versionName", "0.1.3")
6161
buildConfigField(
6262
"String",
6363
"GOOGLE_OAUTH_CLIENT_ID",

0 commit comments

Comments
 (0)