Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Jul 21, 2023
1 parent 3e36002 commit 75e0325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/AndroidConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ object AndroidConfig {
const val compileSdk = 33
const val targetSdk = 33

const val versionName = "1.6.2"
const val versionCode = 39
const val versionName = "1.6.3"
const val versionCode = 40

const val kotlinVersion = "1.8.10"
const val kspVersion = "1.8.10-1.0.9"
Expand Down

0 comments on commit 75e0325

Please sign in to comment.