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 Dec 12, 2024
1 parent 5269ce0 commit 3500a1e
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 = 35
const val targetSdk = 34

const val versionName = "1.6.9"
const val versionCode = 46
const val versionName = "1.6.10"
const val versionCode = 47

const val kotlinVersion = "2.1.0"
const val kspVersion = "2.1.0-1.0.29"
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/47.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Crash during Shizuku setup on Android 15 fixed

0 comments on commit 3500a1e

Please sign in to comment.