We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242eac8 commit 920c4d9Copy full SHA for 920c4d9
app/build.gradle.kts
@@ -100,8 +100,8 @@ android {
100
applicationId = android.namespace!!
101
targetSdk = android.compileSdk
102
minSdk = 24
103
- versionCode = 1 // TODO: Verify increment before release
104
- versionName = "1.0-rc2"
+ versionCode = 2 // TODO: Verify increment before release
+ versionName = "1.0-rc3"
105
106
manifestPlaceholders["auth"] = android.namespace!!
107
manifestPlaceholders["app_name"] = "NeoDB You"
0 commit comments