feat: basic departures support
also a huge refactor to simplify modules
This commit is contained in:
parent
b31067992d
commit
8b3016004b
44 changed files with 627 additions and 211 deletions
|
|
@ -1,11 +1,11 @@
|
|||
[versions]
|
||||
agp = "9.1.0"
|
||||
android-compileSdk = "36"
|
||||
android-compileSdk = "37"
|
||||
android-minSdk = "24"
|
||||
android-targetSdk = "36"
|
||||
android-targetSdk = "37"
|
||||
androidx-activity= "1.13.0"
|
||||
androidx-lifecycle = "2.10.0"
|
||||
compose-multiplatform = "1.11.0-alpha04"
|
||||
compose-multiplatform = "1.12.0-alpha02"
|
||||
composeunstyled = "1.49.6"
|
||||
coroutines = "1.10.2"
|
||||
geo = "0.8.0"
|
||||
|
|
@ -19,7 +19,7 @@ ktor = "3.4.1"
|
|||
logback = "1.5.32"
|
||||
maplibre = "0.12.1"
|
||||
material = "1.7.3"
|
||||
material3 = "1.11.0-alpha04"
|
||||
material3 = "1.11.0-alpha07"
|
||||
okio = "3.17.0"
|
||||
playServicesLocation = "21.3.0"
|
||||
secretsGradlePlugin = "2.0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue