Skip to content

Commit d4c0706

Browse files
committed
chore: bump version code and version number
1 parent d6b9df3 commit d4c0706

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
@@ -37,8 +37,8 @@ android {
3737
applicationId = "org.kabiri.android.usbterminal"
3838
minSdk = 24
3939
targetSdk = 35
40-
versionCode = System.getenv("CIRCLE_BUILD_NUM")?.toIntOrNull() ?: 17
41-
versionName = "0.9.87${System.getenv("CIRCLE_BUILD_NUM") ?: ""}"
40+
versionCode = System.getenv("CIRCLE_BUILD_NUM")?.toIntOrNull() ?: 18
41+
versionName = "0.9.88${System.getenv("CIRCLE_BUILD_NUM") ?: ""}"
4242
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4343
}
4444

0 commit comments

Comments
 (0)