Skip to content

Commit

Permalink
chore: bump version & add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Apr 27, 2023
1 parent 727fe79 commit 0e08aac
Show file tree
Hide file tree
Showing 2 changed files with 3 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.1"
const val versionCode = 32
const val versionName = "1.5.2"
const val versionCode = 33

const val kotlinVersion = "1.8.10"
const val kspVersion = "1.8.10-1.0.9"
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/33.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Translation updates

0 comments on commit 0e08aac

Please sign in to comment.