Skip to content

Commit cfe5e00

Browse files
committed
chore: bump versionName to 0.9.85
1 parent b23d218 commit cfe5e00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ android {
3636
applicationId = "org.kabiri.android.usbterminal"
3737
minSdk = 24
3838
targetSdk = 35
39-
versionCode = System.getenv("CIRCLE_BUILD_NUM")?.toIntOrNull() ?: 14
40-
versionName = "0.9.84${System.getenv("CIRCLE_BUILD_NUM") ?: ""}"
39+
versionCode = System.getenv("CIRCLE_BUILD_NUM")?.toIntOrNull() ?: 15
40+
versionName = "0.9.85${System.getenv("CIRCLE_BUILD_NUM") ?: ""}"
4141
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4242
}
4343

0 commit comments

Comments
 (0)