File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
fragula-compose/src/main/kotlin/com/fragula2/compose Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ dependencies {
84
84
85
85
// UI
86
86
implementation(libs.androidx.appcompat)
87
+ implementation(libs.androidx.constraintlayout)
87
88
implementation(libs.material)
88
89
implementation(libs.coil)
89
90
Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ fun FragulaNavHost(
148
148
val swipeBackNavigator = navController.navigatorProvider
149
149
.get<Navigator <out NavDestination >>(SwipeBackNavigator .NAME ) as ? SwipeBackNavigator
150
150
? : return
151
+
151
152
val currentBackStack by swipeBackNavigator.backStack.collectAsState()
152
153
153
154
BackHandler (currentBackStack.size > 1 ) {
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- agp = " 8.1.4 "
2
+ agp = " 8.2.0 "
3
3
validator = " 0.13.0"
4
4
kotlin = " 1.9.20"
5
5
core = " 1.12.0"
6
- activity = " 1.8.1 "
6
+ activity = " 1.8.2 "
7
7
fragment = " 1.6.2"
8
8
profile-installer = " 1.3.1"
9
9
appcompat = " 1.6.1"
10
- material = " 1.10 .0"
10
+ material = " 1.11 .0"
11
11
constraintlayout = " 2.1.4"
12
12
recyclerview = " 1.3.2"
13
13
coil = " 2.5.0"
14
14
compose = " 1.5.4"
15
- accompanist = " 0.30.1 "
15
+ accompanist = " 0.32.0 "
16
16
lifecycle = " 2.6.2"
17
- navigation = " 2.7.5 "
17
+ navigation = " 2.7.6 "
18
18
junit = " 4.13.2"
19
19
junit-ext = " 1.1.5"
20
20
test-runner = " 1.5.2"
21
- test-macrobenchmark = " 1.2.1 "
21
+ test-macrobenchmark = " 1.2.2 "
22
22
ktlint = " 1.0.0"
23
23
24
24
[plugins ]
You can’t perform that action at this time.
0 commit comments