Skip to content

Commit 3500a1e

Browse files
committed
chore: bump version & add changelog
1 parent 5269ce0 commit 3500a1e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

buildSrc/src/main/kotlin/AndroidConfig.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ object AndroidConfig {
44
const val compileSdk = 35
55
const val targetSdk = 34
66

7-
const val versionName = "1.6.9"
8-
const val versionCode = 46
7+
const val versionName = "1.6.10"
8+
const val versionCode = 47
99

1010
const val kotlinVersion = "2.1.0"
1111
const val kspVersion = "2.1.0-1.0.29"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* Crash during Shizuku setup on Android 15 fixed

0 commit comments

Comments
 (0)