feat: predictive back handler

This commit is contained in:
LavaDesu 2025-04-29 15:01:28 +10:00
parent 1d27013c4d
commit a16487a9a7
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 35 additions and 3 deletions

View file

@ -11,7 +11,7 @@ androidx-espresso-core = "3.6.1"
androidx-lifecycle = "2.8.4"
androidx-material = "1.12.0"
androidx-test-junit = "1.2.1"
compose-multiplatform = "1.7.3"
compose-multiplatform = "1.8.0-beta02"
coroutines = "1.9.0"
geo = "0.8.0"
junit = "4.13.2"
@ -57,6 +57,7 @@ okio = { module = "com.squareup.okio:okio", version.ref = "okio" }
play-services-location = { module = "com.google.android.gms:play-services-location", version.ref = "playServicesLocation" }
play-services-maps = { module = "com.google.android.gms:play-services-maps", version.ref = "playServicesMaps" }
secrets-gradle-plugin = { module = "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin", version.ref = "secretsGradlePlugin" }
ui-backhandler = { module = "org.jetbrains.compose.ui:ui-backhandler", version.ref = "compose-multiplatform" }
[plugins]
androidApplication = { id = "com.android.application", version.ref = "agp" }