|
| 1 | +[versions] |
| 2 | +checkoutKitAndroid = "4.0.0-alpha.1" |
| 3 | +embeddedCheckoutProtocolAndroid = "2026.04.08-alpha.1" |
| 4 | + |
| 5 | +androidApplicationGradlePlugin = "9.2.1" |
| 6 | +androidLibraryGradlePlugin = "9.1.1" |
| 7 | +apollo = "5.0.0" |
| 8 | +apolloCache = "1.0.3" |
| 9 | +assertj = "3.27.7" |
| 10 | +awaitility = "4.3.0" |
| 11 | +coil = "2.7.0" |
| 12 | +detekt = "1.23.8" |
| 13 | +koinAndroidCompose = "4.2.1" |
| 14 | +kotlin = "2.3.21" |
| 15 | +kotlinStdlib = "2.0.21" |
| 16 | +kotlinxBinaryCompatibilityValidator = "0.18.1" |
| 17 | +kotlinxSerializationJson = "1.7.3" |
| 18 | +kotlinxSerializationJsonDemo = "1.11.0" |
| 19 | +ksp = "2.3.8" |
| 20 | +mockitoCore = "5.23.0" |
| 21 | +mockitoKotlin = "6.3.0" |
| 22 | +robolectric = "4.16.1" |
| 23 | +timber = "5.0.1" |
| 24 | + |
| 25 | +androidxActivity = "1.13.0" |
| 26 | +androidxAppCompat = "1.7.1" |
| 27 | +androidxBrowser = "1.10.0" |
| 28 | +androidxComposeUi = "1.10.6" |
| 29 | +androidxCore = "1.18.0" |
| 30 | +androidxDataStore = "1.2.1" |
| 31 | +androidxJunitExt = "1.3.0" |
| 32 | +androidxLifecycle = "2.10.0" |
| 33 | +androidxMaterial3 = "1.4.0" |
| 34 | +androidxNavigation = "2.9.7" |
| 35 | +androidxPaging = "3.5.0" |
| 36 | +androidxRoom = "2.8.4" |
| 37 | +androidxTest = "1.7.0" |
| 38 | +androidxWebkit = "1.16.0" |
| 39 | +junit = "4.13.2" |
| 40 | + |
| 41 | +[libraries] |
| 42 | +androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" } |
| 43 | +androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidxAppCompat" } |
| 44 | +androidx-browser = { module = "androidx.browser:browser", version.ref = "androidxBrowser" } |
| 45 | +androidx-compose-material = { module = "androidx.compose.material:material", version.ref = "androidxComposeUi" } |
| 46 | +androidx-compose-material3 = { module = "androidx.compose.material3:material3-android", version.ref = "androidxMaterial3" } |
| 47 | +androidx-compose-ui = { module = "androidx.compose.ui:ui", version.ref = "androidxComposeUi" } |
| 48 | +androidx-compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest", version.ref = "androidxComposeUi" } |
| 49 | +androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "androidxComposeUi" } |
| 50 | +androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "androidxComposeUi" } |
| 51 | +androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidxCore" } |
| 52 | +androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "androidxDataStore" } |
| 53 | +androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidxLifecycle" } |
| 54 | +androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidxLifecycle" } |
| 55 | +androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "androidxNavigation" } |
| 56 | +androidx-paging-compose = { module = "androidx.paging:paging-compose-android", version.ref = "androidxPaging" } |
| 57 | +androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "androidxRoom" } |
| 58 | +androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "androidxRoom" } |
| 59 | +androidx-test-core-ktx = { module = "androidx.test:core-ktx", version.ref = "androidxTest" } |
| 60 | +androidx-test-ext-junit-ktx = { module = "androidx.test.ext:junit-ktx", version.ref = "androidxJunitExt" } |
| 61 | +androidx-webkit = { module = "androidx.webkit:webkit", version.ref = "androidxWebkit" } |
| 62 | +apollo-cache-normalized = { module = "com.apollographql.cache:normalized-cache", version.ref = "apolloCache" } |
| 63 | +apollo-runtime = { module = "com.apollographql.apollo:apollo-runtime", version.ref = "apollo" } |
| 64 | +assertj-core = { module = "org.assertj:assertj-core", version.ref = "assertj" } |
| 65 | +awaitility = { module = "org.awaitility:awaitility", version.ref = "awaitility" } |
| 66 | +coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" } |
| 67 | +detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" } |
| 68 | +junit = { module = "junit:junit", version.ref = "junit" } |
| 69 | +koin-androidx-compose = { module = "io.insert-koin:koin-androidx-compose", version.ref = "koinAndroidCompose" } |
| 70 | +kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlinStdlib" } |
| 71 | +kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" } |
| 72 | +kotlinx-serialization-json-demo = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerializationJsonDemo" } |
| 73 | +mockito-android = { module = "org.mockito:mockito-android", version.ref = "mockitoCore" } |
| 74 | +mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockitoCore" } |
| 75 | +mockito-kotlin = { module = "org.mockito.kotlin:mockito-kotlin", version.ref = "mockitoKotlin" } |
| 76 | +robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" } |
| 77 | +timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" } |
| 78 | + |
| 79 | +[plugins] |
| 80 | +android-application = { id = "com.android.application", version.ref = "androidApplicationGradlePlugin" } |
| 81 | +android-library = { id = "com.android.library", version.ref = "androidLibraryGradlePlugin" } |
| 82 | +apollo = { id = "com.apollographql.apollo", version.ref = "apollo" } |
| 83 | +binary-compatibility-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "kotlinxBinaryCompatibilityValidator" } |
| 84 | +detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" } |
| 85 | +kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } |
| 86 | +kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } |
| 87 | +kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } |
| 88 | +ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } |
0 commit comments