Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
massivemadness committed Dec 24, 2023
1 parent eb50e3d commit ccb7a52
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ dependencies {

// UI
implementation(libs.androidx.appcompat)
implementation(libs.androidx.constraintlayout)
implementation(libs.material)
implementation(libs.coil)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ fun FragulaNavHost(
val swipeBackNavigator = navController.navigatorProvider
.get<Navigator<out NavDestination>>(SwipeBackNavigator.NAME) as? SwipeBackNavigator
?: return

val currentBackStack by swipeBackNavigator.backStack.collectAsState()

BackHandler(currentBackStack.size > 1) {
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[versions]
agp = "8.1.4"
agp = "8.2.0"
validator = "0.13.0"
kotlin = "1.9.20"
core = "1.12.0"
activity = "1.8.1"
activity = "1.8.2"
fragment = "1.6.2"
profile-installer = "1.3.1"
appcompat = "1.6.1"
material = "1.10.0"
material = "1.11.0"
constraintlayout = "2.1.4"
recyclerview = "1.3.2"
coil = "2.5.0"
compose = "1.5.4"
accompanist = "0.30.1"
accompanist = "0.32.0"
lifecycle = "2.6.2"
navigation = "2.7.5"
navigation = "2.7.6"
junit = "4.13.2"
junit-ext = "1.1.5"
test-runner = "1.5.2"
test-macrobenchmark = "1.2.1"
test-macrobenchmark = "1.2.2"
ktlint = "1.0.0"

[plugins]
Expand Down

0 comments on commit ccb7a52

Please sign in to comment.