mirror of
https://github.com/AdrianKuta/android-challange-adrian-kuta.git
synced 2025-07-01 15:57:58 +02:00
114 lines
7.8 KiB
TOML
114 lines
7.8 KiB
TOML
[versions]
|
|
targetSdk = "36"
|
|
compileSdk = "36" # Has to be 34 for Weavr
|
|
minSdk = "21"
|
|
|
|
activityKtx = "1.10.1"
|
|
androidDesugarJdkLibs = "2.1.5"
|
|
androidGradlePlugin = "8.10.1"
|
|
androidTools = "31.10.1"
|
|
androidxActivity = "1.10.1"
|
|
androidxComposeBom = "2025.05.01"
|
|
androidxCore = "1.16.0"
|
|
androidxCoreSplashscreen = "1.0.1"
|
|
androidxJunit = "1.2.1"
|
|
androidxLifecycle = "2.9.0"
|
|
androidxNavigation = "2.9.0"
|
|
appUpdateKtx = "2.1.0"
|
|
appcompat = "1.7.0"
|
|
coreTest = "1.6.1" # https://developer.android.com/jetpack/androidx/releases/test
|
|
detekt = "1.23.8" # https://detekt.dev/changelog
|
|
detektCompose = "0.4.22" # https://github.com/mrmans0n/compose-rules/releases
|
|
espressoCore = "3.6.1"
|
|
gson = "2.13.1"
|
|
hilt = "2.56.2"
|
|
hiltNavigationCompose = "1.2.0"
|
|
immutableCollections = "0.4.0"
|
|
junit4 = "4.13.2"
|
|
kotlin = "2.1.21"
|
|
kotlinxCoroutinesAndroid = "1.10.2"
|
|
kotlinxSerializationJson = "1.8.1"
|
|
ksp = "2.1.21-2.0.1" # https://github.com/google/ksp/releases
|
|
material = "1.12.0"
|
|
mockk = "1.14.2" # https://github.com/mockk/mockk/releases
|
|
secrets = "2.0.1"
|
|
testRules = "1.6.1" # https://developer.android.com/jetpack/androidx/releases/test
|
|
testRunner = "1.6.2" # https://developer.android.com/jetpack/androidx/releases/test
|
|
timber = "5.0.1"
|
|
truth = "1.4.4"
|
|
uiAutomator = "2.3.0"
|
|
uiTextGoogleFonts = "1.8.2"
|
|
|
|
[libraries]
|
|
android-desugarJdkLibs = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "androidDesugarJdkLibs" }
|
|
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "androidxActivity" }
|
|
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "activityKtx" }
|
|
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidxComposeBom" }
|
|
androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3" }
|
|
androidx-compose-ui = { group = "androidx.compose.ui", name = "ui" }
|
|
androidx-compose-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
|
|
androidx-compose-ui-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
|
|
androidx-compose-ui-test-junit = { group = "androidx.compose.ui", name = "ui-test-junit4" }
|
|
androidx-compose-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
|
|
androidx-compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
|
|
androidx-compose-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "androidxCore" }
|
|
androidx-core-splashscreen = { group = "androidx.core", name = "core-splashscreen", version.ref = "androidxCoreSplashscreen" }
|
|
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
|
|
androidx-hilt-navigation-compose = { group = "androidx.hilt", name = "hilt-navigation-compose", version.ref = "hiltNavigationCompose" }
|
|
androidx-lifecycle-runtime-compose = { group = "androidx.lifecycle", name = "lifecycle-runtime-compose", version.ref = "androidxLifecycle" }
|
|
androidx-lifecycle-runtime-testing = { group = "androidx.lifecycle", name = "lifecycle-runtime-testing", version.ref = "androidxLifecycle" }
|
|
androidx-lifecycle-viewModelCompose = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-compose", version.ref = "androidxLifecycle" }
|
|
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-test-core = { module = "androidx.test:core", version.ref = "coreTest" }
|
|
androidx-test-ext = { group = "androidx.test.ext", name = "junit", version.ref = "androidxJunit" }
|
|
androidx-test-rules = { module = "androidx.test:rules", version.ref = "testRules" }
|
|
androidx-test-runner = { module = "androidx.test:runner", version.ref = "testRunner" }
|
|
androidx-test-uiautomator = { module = "androidx.test.uiautomator:uiautomator", version.ref = "uiAutomator" }
|
|
androidx-ui-text-google-fonts = { module = "androidx.compose.ui:ui-text-google-fonts", version.ref = "uiTextGoogleFonts" }
|
|
app-update-ktx = { module = "com.google.android.play:app-update-ktx", version.ref = "appUpdateKtx" }
|
|
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
detekt-compose = { module = "io.nlopez.compose.rules:detekt", version.ref = "detektCompose" }
|
|
detekt-ktlint = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }
|
|
gson = { group = "com.google.code.gson", name = "gson", version.ref = "gson" }
|
|
hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" }
|
|
hilt-compiler = { group = "com.google.dagger", name = "hilt-android-compiler", version.ref = "hilt" }
|
|
hilt-testing = { module = "com.google.dagger:hilt-android-testing", version.ref = "hilt" }
|
|
junit4 = { group = "junit", name = "junit", version.ref = "junit4" }
|
|
kotlin-test = { group = "org.jetbrains.kotlin", name = "kotlin-test", version.ref = "kotlin" }
|
|
kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "immutableCollections" }
|
|
kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinxCoroutinesAndroid" }
|
|
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinxCoroutinesAndroid" }
|
|
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" }
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
|
mockk-android = { module = "io.mockk:mockk-android", version.ref = "mockk" }
|
|
timber = { group = "com.jakewharton.timber", name = "timber", version.ref = "timber" }
|
|
truth = { module = "com.google.truth:truth", version.ref = "truth" }
|
|
|
|
# Dependencies of the included build-logic
|
|
android-gradlePlugin = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" }
|
|
android-tools-common = { group = "com.android.tools", name = "common", version.ref = "androidTools" }
|
|
compose-gradlePlugin = { module = "org.jetbrains.kotlin:compose-compiler-gradle-plugin", version.ref = "kotlin" }
|
|
detekt-gradlePlugin = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "detekt" }
|
|
kotlin-gradlePlugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" }
|
|
ksp-gradlePlugin = { group = "com.google.devtools.ksp", name = "com.google.devtools.ksp.gradle.plugin", version.ref = "ksp" }
|
|
|
|
|
|
[plugins]
|
|
com-android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
|
|
com-android-library = { id = "com.android.library", version.ref = "androidGradlePlugin" }
|
|
android-test = { id = "com.android.test", version.ref = "androidGradlePlugin" }
|
|
compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
|
|
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
|
|
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
|
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
|
flights-android-library = { id = "flights.android.library" }
|
|
flights-android-library-compose = { id = "flights.android.library.compose" }
|
|
flights-android-application = { id = "flights.android.application" }
|
|
flights-android-application-compose = { id = "flights.android.application.compose" }
|
|
flights-android-application-hilt = { id = "flights.android.application.hilt" }
|
|
flights-android-library-hilt = { id = "flights.android.library.hilt" }
|
|
secrets = { id = "com.google.android.libraries.mapsplatform.secrets-gradle-plugin", version.ref = "secrets" } |