Skip to content

Commit ccb7a52

Browse files
Update versions
1 parent eb50e3d commit ccb7a52

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ dependencies {
8484

8585
// UI
8686
implementation(libs.androidx.appcompat)
87+
implementation(libs.androidx.constraintlayout)
8788
implementation(libs.material)
8889
implementation(libs.coil)
8990

fragula-compose/src/main/kotlin/com/fragula2/compose/FragulaNavHost.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ fun FragulaNavHost(
148148
val swipeBackNavigator = navController.navigatorProvider
149149
.get<Navigator<out NavDestination>>(SwipeBackNavigator.NAME) as? SwipeBackNavigator
150150
?: return
151+
151152
val currentBackStack by swipeBackNavigator.backStack.collectAsState()
152153

153154
BackHandler(currentBackStack.size > 1) {

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
[versions]
2-
agp = "8.1.4"
2+
agp = "8.2.0"
33
validator = "0.13.0"
44
kotlin = "1.9.20"
55
core = "1.12.0"
6-
activity = "1.8.1"
6+
activity = "1.8.2"
77
fragment = "1.6.2"
88
profile-installer = "1.3.1"
99
appcompat = "1.6.1"
10-
material = "1.10.0"
10+
material = "1.11.0"
1111
constraintlayout = "2.1.4"
1212
recyclerview = "1.3.2"
1313
coil = "2.5.0"
1414
compose = "1.5.4"
15-
accompanist = "0.30.1"
15+
accompanist = "0.32.0"
1616
lifecycle = "2.6.2"
17-
navigation = "2.7.5"
17+
navigation = "2.7.6"
1818
junit = "4.13.2"
1919
junit-ext = "1.1.5"
2020
test-runner = "1.5.2"
21-
test-macrobenchmark = "1.2.1"
21+
test-macrobenchmark = "1.2.2"
2222
ktlint = "1.0.0"
2323

2424
[plugins]

0 commit comments

Comments
 (0)