We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b9605 commit a84d09aCopy full SHA for a84d09a
app/build.gradle.kts
@@ -38,8 +38,8 @@ android {
38
applicationId = android.namespace
39
targetSdk = android.compileSdk
40
minSdk = 24
41
- versionCode = 6 // TODO: Verify increment before release
42
- versionName = "1.0.4"
+ versionCode = 7 // TODO: Verify increment before release
+ versionName = "1.0.5"
43
44
manifestPlaceholders["auth"] = namespace.toString()
45
manifestPlaceholders["app_name"] = "NeoDB You"
0 commit comments