We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34449e2 commit a6a4420Copy full SHA for a6a4420
1 file changed
src/android/app/build.gradle.kts
@@ -50,6 +50,7 @@ android {
50
minSdk = 30
51
targetSdk = 35
52
versionName = getVersionName()
53
+ versionCode = 1
54
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
55
}
56
0 commit comments