We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d79541 commit 259e3deCopy full SHA for 259e3de
Android/app/build.gradle.kts
@@ -31,8 +31,8 @@ android {
31
targetSdk = 36
32
// This version code must be updated for each release but the version on the master branch
33
// stays at 1.
34
- versionCode = 1
35
- versionName = "v0.17.0-SNAPSHOT"
+ versionCode = 4
+ versionName = "v0.17.0"
36
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
37
38
// NOTE: This cannot be configured at the same time as the ndk block when building App Bundles.
0 commit comments