Skip to content

Commit 0736ca1

Browse files
committed
chore: Bump version to 1.6
Updates the application version: * `versionCode` from 6 to 7 * `versionName` from "1.5" to "1.6"
1 parent 8f3835e commit 0736ca1

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
@@ -13,8 +13,8 @@ android {
1313
applicationId = "github.oftx.smsforwarder"
1414
minSdk = 26
1515
targetSdk = 36
16-
versionCode = 6
17-
versionName = "1.5"
16+
versionCode = 7
17+
versionName = "1.6"
1818

1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
}

0 commit comments

Comments
 (0)