Skip to content

Commit 177a572

Browse files
committed
Hotfix for gradle build-system
1 parent 510fa92 commit 177a572

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ compileSdk = "35"
66
minSdk = "24"
77
agp = "8.7.2"
88
kotlin = "2.0.21"
9-
ksp = "2.0.21-1.0.27"
9+
ksp = "2.0.21-1.0.27" # Should match kotlin version
1010
appcompat = "1.7.0"
1111
composeCompiler = "1.5.7"
1212
composeBom = "2024.11.00"
1313
composeActivity = "1.9.3"
1414
composeJunit = "1.7.5"
1515
lifecycleViewModel = "2.8.7"
1616
navigation = "2.8.4"
17-
paging = "3.3.4"
18-
pagingCompose = "1.0.0-alpha18"
17+
paging = "3.1.1" # Do not upgrade!
18+
pagingCompose = "1.0.0-alpha18" # Do not upgrade!
1919
gson = "2.11.0"
2020
retrofit = "2.11.0"
2121
okhttp = "5.0.0-alpha.14"

0 commit comments

Comments
 (0)