We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510fa92 commit 177a572Copy full SHA for 177a572
gradle/libs.versions.toml
@@ -6,16 +6,16 @@ compileSdk = "35"
6
minSdk = "24"
7
agp = "8.7.2"
8
kotlin = "2.0.21"
9
-ksp = "2.0.21-1.0.27"
+ksp = "2.0.21-1.0.27" # Should match kotlin version
10
appcompat = "1.7.0"
11
composeCompiler = "1.5.7"
12
composeBom = "2024.11.00"
13
composeActivity = "1.9.3"
14
composeJunit = "1.7.5"
15
lifecycleViewModel = "2.8.7"
16
navigation = "2.8.4"
17
-paging = "3.3.4"
18
-pagingCompose = "1.0.0-alpha18"
+paging = "3.1.1" # Do not upgrade!
+pagingCompose = "1.0.0-alpha18" # Do not upgrade!
19
gson = "2.11.0"
20
retrofit = "2.11.0"
21
okhttp = "5.0.0-alpha.14"
0 commit comments