Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed May 23, 2023
1 parent 66cd2c1 commit 4dafd30
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.5.2"
const val versionCode = 33
const val versionName = "1.5.3"
const val versionCode = 34

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

0 comments on commit 4dafd30

Please sign in to comment.