Skip to content

Commit

Permalink
fix: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Sep 24, 2022
1 parent bfce3db commit 565e204
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 @@ -3,8 +3,8 @@ object AndroidConfig {
const val minSdk = 29
const val targetSdk = 33

const val versionName = "0.0.1"
const val versionCode = 1
const val versionName = "0.0.2"
const val versionCode = 2

const val kotlinVersion = "1.7.10"
const val kspVersion = "1.7.10-1.0.6"
Expand Down

0 comments on commit 565e204

Please sign in to comment.