76 lines
4.7 KiB
TOML
76 lines
4.7 KiB
TOML
[versions]
|
|
agp = "8.3.0"
|
|
kotlin = "1.9.22"
|
|
ksp = "1.9.22-1.0.18"
|
|
aboutlibraries = "11.1.0"
|
|
protobufPlugin = "0.9.4"
|
|
|
|
desugarJdkLibs = "2.0.4"
|
|
composeBom = "2024.02.02"
|
|
junit = "4.13.2"
|
|
coreKtx = "1.12.0"
|
|
junitVersion = "1.1.5"
|
|
espressoCore = "3.5.1"
|
|
activityCompose = "1.8.2"
|
|
appcompat = "1.6.1"
|
|
androidxLifecycle = "2.7.0"
|
|
androidxCoreSplashscreen = "1.0.1"
|
|
hilt = "2.51"
|
|
coil = "2.5.0"
|
|
kotlinxDatetime = "0.5.0"
|
|
androidxDataStore = "1.0.0"
|
|
protobuf = "3.25.2"
|
|
androidxNavigation = "2.7.7"
|
|
androidxHiltNavigationCompose = "1.2.0"
|
|
|
|
[plugins]
|
|
androidApplication = { id = "com.android.application", version.ref = "agp" }
|
|
jetbrainsKotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
|
aboutlibraries = {id = "com.mikepenz.aboutlibraries.plugin", version.ref = "aboutlibraries"}
|
|
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
|
|
protobuf = { id = "com.google.protobuf", version.ref = "protobufPlugin" }
|
|
|
|
[libraries]
|
|
desugar-jdk-libs = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "desugarJdkLibs"}
|
|
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
|
|
androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
|
|
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
|
|
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
|
|
|
|
androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
|
|
androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
|
|
|
|
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
|
|
androidx-ui = { group = "androidx.compose.ui", name = "ui" }
|
|
androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
|
|
androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
|
|
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
|
|
material-icons-core = { group = "androidx.compose.material", name = "material-icons-core"}
|
|
material-icons-extended = {group = "androidx.compose.material", name = "material-icons-extended"}
|
|
material3-window-size = {group = "androidx.compose.material3", name = "material3-window-size-class"}
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
|
|
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "androidxLifecycle" }
|
|
lifecycle-runtime-compose = { group = "androidx.lifecycle", name = "lifecycle-runtime-compose", version.ref = "androidxLifecycle" }
|
|
lifecycle-runtime-testing = { group = "androidx.lifecycle", name = "lifecycle-runtime-testing", version.ref = "androidxLifecycle" }
|
|
lifecycle-viewmodel-compose = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-compose", version.ref = "androidxLifecycle"}
|
|
androidx-core-splashscreen = { group = "androidx.core", name = "core-splashscreen", version.ref = "androidxCoreSplashscreen" }
|
|
dagger-compiler = { group = "com.google.dagger", name = "dagger-compiler", version.ref = "hilt" }
|
|
hilt-android = {group = "com.google.dagger", name = "hilt-android", version.ref = "hilt"}
|
|
hilt-android-testing = { group = "com.google.dagger", name = "hilt-android-testing", version.ref = "hilt" }
|
|
hilt-compiler = { group = "com.google.dagger", name = "hilt-android-compiler", version.ref = "hilt" }
|
|
coil-kt = { group = "io.coil-kt", name = "coil", version.ref = "coil" }
|
|
coil-kt-compose = { group = "io.coil-kt", name = "coil-compose", version.ref = "coil" }
|
|
coil-kt-svg = { group = "io.coil-kt", name = "coil-svg", version.ref = "coil" }
|
|
kotlinx-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime", version.ref = "kotlinxDatetime" }
|
|
androidx-dataStore-core = { group = "androidx.datastore", name = "datastore", version.ref = "androidxDataStore" }
|
|
protobuf-kotlin-lite = { group = "com.google.protobuf", name = "protobuf-kotlin-lite", version.ref = "protobuf" }
|
|
protobuf-protoc = { group = "com.google.protobuf", name = "protoc", version.ref = "protobuf" }
|
|
androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "androidxNavigation" }
|
|
androidx-navigation-testing = { group = "androidx.navigation", name = "navigation-testing", version.ref = "androidxNavigation" }
|
|
androidx-hilt-navigation-compose = { group = "androidx.hilt", name = "hilt-navigation-compose", version.ref = "androidxHiltNavigationCompose" }
|