Skip to content

Commit de9c367

Browse files
committed
fix: fix failing f droid build, update libraries
1 parent 0b1835d commit de9c367

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/src/main/java/org/nsh07/wikireader/ui/homeScreen/AppHomeScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ fun AppHomeScreen(
237237
backStack = backStack,
238238
onBack = {
239239
onAction(HomeAction.StopAll)
240-
repeat(it) { backStack.removeAt(backStack.lastIndex) }
240+
backStack.removeAt(backStack.lastIndex)
241241
},
242242
transitionSpec = { fadeIn().togetherWith(fadeOut()) },
243243
popTransitionSpec = { fadeIn().togetherWith(fadeOut()) },

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
22
activityCompose = "1.11.0"
33
adaptive = "1.1.0"
4-
agp = "8.13.0"
4+
agp = "8.11.2"
55
coil = "3.3.0"
66
coilGif = "3.3.0"
7-
composeBom = "2025.09.01"
7+
composeBom = "2025.10.00"
88
composeChartsVersion = "0.2.0"
99
coreKtx = "1.17.0"
1010
coreSplashscreen = "1.0.1"
@@ -18,12 +18,12 @@ latex2unicode_xX3 = "0.3.2"
1818
lifecycleRuntimeKtx = "2.9.4"
1919
lifecycleViewmodelCompose = "2.9.4"
2020
materialKolor = "3.0.1"
21-
nav3Core = "1.0.0-alpha10"
21+
nav3Core = "1.0.0-alpha11"
2222
navigationCompose = "2.9.5"
2323
okhttp = "5.2.0"
2424
retrofit = "3.0.0"
2525
retrofit2KotlinxSerializationConverter = "1.0.0"
26-
room = "2.8.1"
26+
room = "2.8.2"
2727
uiautomator = "2.3.0"
2828
benchmarkMacroJunit4 = "1.4.1"
2929
baselineprofile = "1.4.1"

0 commit comments

Comments
 (0)