Skip to content

Commit

Permalink
Update to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jays2Kings committed Sep 29, 2023
1 parent cc0c17a commit fa6cd08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ object AndroidVersions {
const val compileSdk = 34
const val minSdk = 23
const val targetSdk = 34
const val versionCode = 106
const val versionName = "1.7.1"
const val versionCode = 107
const val versionName = "1.7.2"
const val ndk = "23.1.7779620"
const val kotlin = "1.9.10"
}
Expand Down

0 comments on commit fa6cd08

Please sign in to comment.