mirror of
https://github.com/mollyim/monero-wallet-sdk.git
synced 2025-02-18 13:24:24 -05:00
43 lines
2.5 KiB
TOML
43 lines
2.5 KiB
TOML
[versions]
|
|
agp = "8.8.0"
|
|
androidx-activity = "1.10.0"
|
|
androidx-core-ktx = "1.15.0"
|
|
androidx-datastore = "1.1.2"
|
|
androidx-lifecycle = "2.8.7"
|
|
androidx-navigation = "2.8.5"
|
|
compose-bom = "2025.01.00"
|
|
kotlin = "2.1.0"
|
|
kotlinx-coroutines = '1.9.0'
|
|
ksp = "2.1.0-1.0.29"
|
|
okhttp = "4.10.0"
|
|
room = "2.6.1"
|
|
|
|
[libraries]
|
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
|
|
androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "compose-bom" }
|
|
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidx-core-ktx" }
|
|
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "androidx-datastore" }
|
|
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx-lifecycle" }
|
|
androidx-lifecycle-service = { module = "androidx.lifecycle:lifecycle-service", version.ref = "androidx-lifecycle" }
|
|
androidx-material3 = { module = "androidx.compose.material3:material3" }
|
|
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "androidx-navigation" }
|
|
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
|
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
|
|
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
|
|
androidx-ui = { module = "androidx.compose.ui:ui" }
|
|
androidx-ui-graphics = { module = "androidx.compose.ui:ui-graphics" }
|
|
androidx-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
|
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinx-coroutines"}
|
|
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinx-coroutines" }
|
|
okhttp = { module = "com.squareup.okhttp3:okhttp" }
|
|
okhttp-bom = { module = "com.squareup.okhttp3:okhttp-bom", version.ref = "okhttp" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
android-library = { id = "com.android.library", version.ref = "agp" }
|
|
androidx-room = { id = "androidx.room", version.ref = "room" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|