Skip to content

Commit 920c4d9

Browse files
committed
bump to 1.0-rc3
1 parent 242eac8 commit 920c4d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ android {
100100
applicationId = android.namespace!!
101101
targetSdk = android.compileSdk
102102
minSdk = 24
103-
versionCode = 1 // TODO: Verify increment before release
104-
versionName = "1.0-rc2"
103+
versionCode = 2 // TODO: Verify increment before release
104+
versionName = "1.0-rc3"
105105

106106
manifestPlaceholders["auth"] = android.namespace!!
107107
manifestPlaceholders["app_name"] = "NeoDB You"

0 commit comments

Comments
 (0)