110 lines
6.8 KiB
TOML
110 lines
6.8 KiB
TOML
[versions]
|
|
agp = "9.0.1"
|
|
annotation = "1.9.1"
|
|
converterGson = "3.0.0"
|
|
core = "13.0.0"
|
|
coreSplashscreen = "1.2.0"
|
|
coreTesting = "2.2.0"
|
|
datastorePreferences = "1.2.0"
|
|
foundation = "1.10.3"
|
|
hiltAndroidTesting = "2.59.1"
|
|
jsoup = "1.22.1"
|
|
kotlin = "2.3.10"
|
|
coreKtx = "1.17.0"
|
|
junit = "4.13.2"
|
|
junitVersion = "1.3.0"
|
|
espressoCore = "3.7.0"
|
|
kotlinStdlib = "2.3.10"
|
|
kotlinxCoroutinesCore = "1.10.2"
|
|
kotlinxCoroutinesAndroid = "1.10.2"
|
|
kotlinxCoroutinesTest = "1.10.2"
|
|
kotlinxDatetime = "0.7.1"
|
|
kotlinxSerializationJson = "1.10.0"
|
|
lifecycleRuntimeKtx = "2.10.0"
|
|
activityCompose = "1.12.4"
|
|
composeBom = "2026.02.00"
|
|
loggingInterceptor = "5.3.2"
|
|
materialIconsExtended = "1.7.8"
|
|
mockitoCore = "5.21.0"
|
|
mockitoKotlin = "6.2.3"
|
|
navigationCompose = "2.9.7"
|
|
pagingRuntimeKtx = "3.4.1"
|
|
reorderable = "0.9.6"
|
|
retrofit = "3.0.0"
|
|
material = "1.13.0"
|
|
material3 = "1.4.0"
|
|
runner = "1.7.0"
|
|
timber = "5.0.1"
|
|
navigationTesting = "2.9.7"
|
|
foundationLayout = "1.10.3"
|
|
room = "2.8.4"
|
|
coreKtxVersion = "1.7.0"
|
|
truth = "1.4.5"
|
|
zstdJni = "1.5.7-7"
|
|
composeMarkdown = "0.5.8"
|
|
|
|
|
|
[libraries]
|
|
androidx-animation = { group = "androidx.compose.animation", name = "animation" }
|
|
androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "coreSplashscreen" }
|
|
androidx-core-testing = { module = "androidx.arch.core:core-testing", version.ref = "coreTesting" }
|
|
androidx-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "foundation" }
|
|
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigationCompose" }
|
|
androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" }
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastorePreferences" }
|
|
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycleRuntimeKtx" }
|
|
androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycleRuntimeKtx" }
|
|
androidx-material-icons-extended = { module = "androidx.compose.material:material-icons-extended", version.ref = "materialIconsExtended" }
|
|
androidx-paging-runtime-ktx = { module = "androidx.paging:paging-runtime-ktx", version.ref = "pagingRuntimeKtx" }
|
|
androidx-runner = { module = "androidx.test:runner", version.ref = "runner" }
|
|
converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "converterGson" }
|
|
core = { module = "com.pierfrancescosoffritti.androidyoutubeplayer:core", version.ref = "core" }
|
|
hilt-android-testing = { module = "com.google.dagger:hilt-android-testing", version.ref = "hiltAndroidTesting" }
|
|
jsoup = { module = "org.jsoup:jsoup", version.ref = "jsoup" }
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
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-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
|
|
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
|
|
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-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
|
|
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlinStdlib" }
|
|
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinxCoroutinesAndroid" }
|
|
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinxCoroutinesCore" }
|
|
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinxCoroutinesTest" }
|
|
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.ref = "kotlinxDatetime" }
|
|
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" }
|
|
logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "loggingInterceptor" }
|
|
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockitoCore" }
|
|
mockito-kotlin = { module = "org.mockito.kotlin:mockito-kotlin", version.ref = "mockitoKotlin" }
|
|
reorderable = { module = "org.burnoutcrew.composereorderable:reorderable", version.ref = "reorderable" }
|
|
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
|
timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" }
|
|
truth = { module = "com.google.truth:truth", version.ref = "truth" }
|
|
ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
|
|
ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
|
androidx-material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "material3" }
|
|
androidx-animation-core = { group = "androidx.compose.animation", name = "animation-core" }
|
|
androidx-navigation-testing = { group = "androidx.navigation", name = "navigation-testing", version.ref = "navigationTesting" }
|
|
androidx-foundation-layout = { group = "androidx.compose.foundation", name = "foundation-layout", version.ref = "foundationLayout" }
|
|
androidx-room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "room" }
|
|
androidx-room-ktx = { group = "androidx.room", name = "room-ktx", version.ref = "room" }
|
|
room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" }
|
|
core-ktx = { group = "androidx.test", name = "core-ktx", version.ref = "coreKtxVersion" }
|
|
zstd-jni = { module = "com.github.luben:zstd-jni", version.ref = "zstdJni" }
|
|
hilt-android = { module = "com.google.dagger:hilt-android", version = "2.59.1" }
|
|
hilt-android-compiler = { module = "com.google.dagger:hilt-android-compiler", version = "2.59.1" }
|
|
hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version = "1.3.0" }
|
|
mockk = { module = "io.mockk:mockk", version = "1.14.9" }
|
|
compose-markdown = { module = "com.github.jeziellago:compose-markdown", version.ref = "composeMarkdown" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
hilt-android = { id = "com.google.dagger.hilt.android", version = "2.59.1" }
|