Skip to content

Commit 268fc7b

Browse files
Target API level 36 (#105)
1 parent 371f66d commit 268fc7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
22
minSdk = "26"
3-
targetSdk = "34"
4-
compileSdk = "35"
5-
agp = "8.10.0"
3+
targetSdk = "36"
4+
compileSdk = "36"
5+
agp = "8.9.2"
66
kotlin = "2.1.20"
77
ksp = "2.1.20-1.0.32"
88
ktlint = "12.2.0"
@@ -42,7 +42,7 @@ kermit = "2.0.5"
4242
# TODO: There is a regression in sqldelight 2.0.2 that causes sqldelight gradle tasks to fail on windows
4343
# For more info, See https://github.com/sqldelight/sqldelight/issues/5129, https://github.com/sqldelight/sqldelight/issues/5204,
4444
# https://slack-chats.kotlinlang.org/t/23461955/hello-i-started-using-the-sqldelight-libraries-in-my-kmp-pro, https://github.com/sqldelight/sqldelight/issues/5312
45-
sqldelight = "2.0.2"
45+
sqldelight = "2.0.1"
4646
sqlite-jdbc = "3.18.0" # sqlite version used in Android API level 26 (our minSdk)
4747
google-services = "4.4.2"
4848
firebase-bom = "33.13.0"

0 commit comments

Comments
 (0)