34c82ba8f6
- Navigate to Import Account screen if there is no active account. - Add basic node status placeholder in Import Account screen.
24 lines
1.1 KiB
TOML
24 lines
1.1 KiB
TOML
[versions]
|
|
agp = "8.2.0"
|
|
android-compileSdk = "34"
|
|
android-minSdk = "26"
|
|
android-targetSdk = "34"
|
|
androidx-activityCompose = "1.8.2"
|
|
compose = "1.6.2"
|
|
compose-plugin = "1.6.0"
|
|
kotlin = "1.9.22"
|
|
multiplatform-settings = "1.1.1"
|
|
voyager = "1.0.0"
|
|
|
|
[libraries]
|
|
androidx-activity-compose = { group = "androidx.activity", name ="activity-compose", version.ref = "androidx-activityCompose" }
|
|
compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling", version.ref = "compose" }
|
|
compose-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview", version.ref = "compose" }
|
|
multiplatform-settings = { group="com.russhwolf", name = "multiplatform-settings-no-arg", version.ref = "multiplatform-settings" }
|
|
voyager-navigator = { group = "cafe.adriel.voyager", name = "voyager-navigator", version.ref = "voyager" }
|
|
|
|
[plugins]
|
|
androidApplication = { id = "com.android.application", version.ref = "agp" }
|
|
androidLibrary = { id = "com.android.library", version.ref = "agp" }
|
|
jetbrainsCompose = { id = "org.jetbrains.compose", version.ref = "compose-plugin" }
|
|
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|