Skip to content

Commit

Permalink
Update app version to 1.7.1
Browse files Browse the repository at this point in the history
No need for a versioncode update
  • Loading branch information
Jays2Kings committed Sep 28, 2023
1 parent 48a2c5a commit b5a0316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object AndroidVersions {
const val minSdk = 23
const val targetSdk = 34
const val versionCode = 106
const val versionName = "1.7.0"
const val versionName = "1.7.1"
const val ndk = "23.1.7779620"
const val kotlin = "1.9.10"
}
Expand Down

0 comments on commit b5a0316

Please sign in to comment.