Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Mar 3, 2023
1 parent bf864e3 commit 0883349
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.3.0"
const val versionCode = 24
const val versionName = "1.3.1"
const val versionCode = 25

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

0 comments on commit 0883349

Please sign in to comment.