|
| 1 | +[versions] |
| 2 | +kotlin = "2.1.20" |
| 3 | +activityCompose = "1.10.1" |
| 4 | +coroutines = "1.10.2" |
| 5 | +mockito = "3.10.0" |
| 6 | +powermock = "2.0.9" |
| 7 | + |
| 8 | +[libraries] |
| 9 | +androidx-core = { group = "androidx.core", name = "core-ktx", version = "1.16.0" } |
| 10 | +junit = { group = "junit", name = "junit", version = "4.13.2" } |
| 11 | +androidx-junit = { group = "androidx.test.ext", name = "junit", version = "1.2.1" } |
| 12 | +androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version = "3.6.1" } |
| 13 | +androidx-lifecycle-runtime = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version = "2.9.1" } |
| 14 | +androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version = "1.7.1" } |
| 15 | +androidx-activity = { group = "androidx.activity", name = "activity-ktx", version.ref = "activityCompose" } |
| 16 | +androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" } |
| 17 | +androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version = "2025.06.00" } |
| 18 | +androidx-ui = { group = "androidx.compose.ui", name = "ui" } |
| 19 | +androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" } |
| 20 | +androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" } |
| 21 | +androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" } |
| 22 | +androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" } |
| 23 | +androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" } |
| 24 | +androidx-material3 = { group = "androidx.compose.material3", name = "material3" } |
| 25 | +androidx-multidex = { group = "androidx.multidex", name = "multidex", version = "2.0.1" } |
| 26 | +androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version = "2.9.0" } |
| 27 | +androidx-datastore = { group = "androidx.datastore", name = "datastore-preferences-android", version = "1.1.7" } |
| 28 | +androidx-preference = { group = "androidx.preference", name = "preference-ktx", version = "1.2.1" } |
| 29 | +androidx-document-file = { group = "androidx.documentfile", name = "documentfile", version = "1.1.0" } |
| 30 | +androidx-fragment = { group = "androidx.fragment", name = "fragment-ktx", version = "1.8.8" } |
| 31 | +material-icons-ext = { group = "androidx.compose.material", name = "material-icons-extended", version = "1.7.8" } |
| 32 | + |
| 33 | +material-dialogs-files = { group = "com.afollestad.material-dialogs", name = "files", version = "3.3.0" } |
| 34 | +material-progress-bar = { group = "me.zhanghai.android.materialprogressbar", name = "library", version = "1.6.1" } |
| 35 | +timber = { group = "com.jakewharton.timber", name = "timber", version = "5.0.1" } |
| 36 | +coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "coroutines" } |
| 37 | +coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "coroutines" } |
| 38 | + |
| 39 | +mockk = { group = "io.mockk", name = "mockk", version = "1.13.17" } |
| 40 | +kotlin-test = { group = "org.jetbrains.kotlin", name = "kotlin-test", version.ref = "kotlin" } |
| 41 | +robolectric = { group = "org.robolectric", name = "robolectric", version = "4.10.3" } |
| 42 | +mockito-core = { group = "org.mockito", name = "mockito-core", version.ref = "mockito" } |
| 43 | +mockito-inline = { group = "org.mockito", name = "mockito-inline", version.ref = "mockito" } |
| 44 | +mockito-all = { group = "org.mockito", name = "mockito-all", version = "1.10.19" } |
| 45 | +mockito-kotlin = { group = "com.nhaarman.mockitokotlin2", name = "mockito-kotlin", version = "2.2.0" } |
| 46 | +powermock-junit4 = { group = "org.powermock", name = "powermock-module-junit4", version.ref = "powermock" } |
| 47 | +powermock-api-mockito = { group = "org.powermock", name = "powermock-api-mockito2", version.ref = "powermock" } |
| 48 | + |
| 49 | +[plugins] |
| 50 | +android-application = { id = "com.android.application", version = "8.9.3" } |
| 51 | +kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } |
| 52 | +kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } |
| 53 | +ksp = { id = "com.google.devtools.ksp", version = "2.1.20-1.0.32" } |
| 54 | +maven-publish = { id = "com.vanniktech.maven.publish", version = "0.22.0" } |
| 55 | +dokka = { id = "org.jetbrains.dokka", version = "2.0.0" } |
0 commit comments