Skip to content

Commit 259e3de

Browse files
[Android] Bump version code and use release version name
1 parent 4d79541 commit 259e3de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ android {
3131
targetSdk = 36
3232
// This version code must be updated for each release but the version on the master branch
3333
// stays at 1.
34-
versionCode = 1
35-
versionName = "v0.17.0-SNAPSHOT"
34+
versionCode = 4
35+
versionName = "v0.17.0"
3636
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3737

3838
// NOTE: This cannot be configured at the same time as the ndk block when building App Bundles.

0 commit comments

Comments
 (0)