Skip to content

Commit a84d09a

Browse files
committed
build: bump version to 1.0.5
1 parent 14b9605 commit a84d09a

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
@@ -38,8 +38,8 @@ android {
3838
applicationId = android.namespace
3939
targetSdk = android.compileSdk
4040
minSdk = 24
41-
versionCode = 6 // TODO: Verify increment before release
42-
versionName = "1.0.4"
41+
versionCode = 7 // TODO: Verify increment before release
42+
versionName = "1.0.5"
4343

4444
manifestPlaceholders["auth"] = namespace.toString()
4545
manifestPlaceholders["app_name"] = "NeoDB You"

0 commit comments

Comments
 (0)