92 lines
5.8 KiB
TOML
92 lines
5.8 KiB
TOML
[versions]
|
|
accompanistPermissions = "0.37.2"
|
|
activityCompose = "1.10.1"
|
|
agp = "8.9.1"
|
|
client = "1.0.14"
|
|
kotlinParcelizeRuntime = "2.1.20"
|
|
vico-version = "1.7.1"
|
|
composeBom = "2025.04.00"
|
|
coreKtx = "1.16.0"
|
|
coreSplashscreen = "1.0.1"
|
|
datastorePreferences = "1.1.4"
|
|
espressoCore = "3.6.1"
|
|
hilt-version = "2.56.2"
|
|
hiltCompiler = "1.2.0"
|
|
junit = "4.13.2"
|
|
junitVersion = "1.2.1"
|
|
kotlin = "2.1.20"
|
|
kotlinxSerializationJson = "1.8.0"
|
|
ksp-version = "2.1.20-1.0.32"
|
|
lifecycleRuntimeKtx = "2.8.7"
|
|
material = "1.7.8"
|
|
material3 = "1.4.0-alpha15"
|
|
navigationCompose = "2.9.0-beta01"
|
|
room-version = "2.7.0"
|
|
scanner = "1.0.14"
|
|
ui = "1.7.8"
|
|
uiTestJunit4 = "1.7.8"
|
|
uiTestManifest = "1.7.8"
|
|
uiTooling = "1.7.8"
|
|
uiToolingPreview = "1.7.8"
|
|
appcompat = "1.7.0"
|
|
materialVersion = "1.12.0"
|
|
kotlin-serialization = "2.1.20"
|
|
workRuntimeKtx = "2.10.1"
|
|
|
|
[libraries]
|
|
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanistPermissions" }
|
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }
|
|
androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "composeBom" }
|
|
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "coreKtx" }
|
|
androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "coreSplashscreen" }
|
|
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastorePreferences" }
|
|
androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espressoCore" }
|
|
androidx-hilt-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hiltCompiler" }
|
|
androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "hiltCompiler" }
|
|
androidx-hilt-work = { module = "androidx.hilt:hilt-work", version.ref = "hiltCompiler" }
|
|
androidx-junit = { module = "androidx.test.ext:junit", version.ref = "junitVersion" }
|
|
androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "lifecycleRuntimeKtx" }
|
|
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
|
|
androidx-material = { module = "androidx.compose.material:material", version.ref = "material" }
|
|
androidx-material-icons-extended = { module = "androidx.compose.material:material-icons-extended", version.ref = "material" }
|
|
androidx-material3 = { module = "androidx.compose.material3:material3", version.ref = "material3" }
|
|
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigationCompose" }
|
|
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room-version" }
|
|
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room-version" }
|
|
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room-version" }
|
|
androidx-ui = { module = "androidx.compose.ui:ui" }
|
|
androidx-ui-graphics = { module = "androidx.compose.ui:ui-graphics" }
|
|
androidx-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" }
|
|
androidx-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
|
|
androidx-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
|
androidx-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
|
androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "workRuntimeKtx" }
|
|
client = { module = "no.nordicsemi.android.kotlin.ble:client", version.ref = "client" }
|
|
compose = { module = "com.patrykandpatrick.vico:compose", version.ref = "vico-version" }
|
|
compose-m3 = { module = "com.patrykandpatrick.vico:compose-m3", version.ref = "vico-version" }
|
|
core = { module = "com.patrykandpatrick.vico:core", version.ref = "vico-version" }
|
|
hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt-version" }
|
|
hilt-android-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hilt-version" }
|
|
junit = { module = "junit:junit", version.ref = "junit" }
|
|
kotlin-parcelize-runtime = { module = "org.jetbrains.kotlin:kotlin-parcelize-runtime", version.ref = "kotlinParcelizeRuntime" }
|
|
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" }
|
|
material3 = { module = "androidx.compose.material3:material3", version.ref = "material3" }
|
|
scanner = { module = "no.nordicsemi.android.kotlin.ble:scanner", version.ref = "scanner" }
|
|
ui = { module = "androidx.compose.ui:ui", version.ref = "ui" }
|
|
ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "uiTestJunit4" }
|
|
ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest", version.ref = "uiTestManifest" }
|
|
ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "uiTooling" }
|
|
ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "uiToolingPreview" }
|
|
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "materialVersion" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt-version" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp-version" }
|
|
room = { id = 'androidx.room', version.ref = "room-version" }
|
|
android-library = { id = "com.android.library", version.ref = "agp" }
|
|
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
|
|
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin-serialization"} |