|
| 1 | +# This file will leave here and in the EE root, please keep them in sync |
| 2 | + |
| 3 | +[versions] |
| 4 | +compileSdk = "36" |
| 5 | +minSdk = "24" |
| 6 | +buildTools = "36.0.0" |
| 7 | +ndk = "27.2.12479018" |
| 8 | +cmake = "3.30.5" |
| 9 | +kotlin = "2.3.20" |
| 10 | +agp = "9.1.0" |
| 11 | +spotbugsPlugin = "6.4.8" |
| 12 | +okhttp = "4.12.0" |
| 13 | +checkstyle = "8.42" |
| 14 | +sevntu = "1.44.1" |
| 15 | +pmd = "6.55.0" |
| 16 | +spotbugs = "4.9.8" |
| 17 | +androidxAnnotation = "1.10.0" |
| 18 | +junit = "4.13.2" |
| 19 | +androidxTest = "1.7.0" |
| 20 | +dokka = "1.9.20" |
| 21 | +coroutines = "1.8.0" |
| 22 | +work = "2.8.1" |
| 23 | + |
| 24 | +[libraries] |
| 25 | +okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" } |
| 26 | +kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" } |
| 27 | +spotbugs-annotations = { module = "com.github.spotbugs:spotbugs-annotations", version.ref = "spotbugs" } |
| 28 | +androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "androidxAnnotation" } |
| 29 | +junit = { module = "junit:junit", version.ref = "junit" } |
| 30 | +androidx-test-runner = { module = "androidx.test:runner", version.ref = "androidxTest" } |
| 31 | +androidx-test-core = { module = "androidx.test:core", version.ref = "androidxTest" } |
| 32 | +androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidxTest" } |
| 33 | +sevntu = { module = "com.github.sevntu-checkstyle:sevntu-checks", version.ref = "sevntu" } |
| 34 | +kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" } |
| 35 | +androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "work" } |
| 36 | +androidx-work-testing = { module = "androidx.work:work-testing", version.ref = "work" } |
| 37 | + |
| 38 | +[plugins] |
| 39 | +android-library = { id = "com.android.library", version.ref = "agp" } |
| 40 | +spotbugs = { id = "com.github.spotbugs-base", version.ref = "spotbugsPlugin" } |
| 41 | +kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } |
| 42 | +kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } |
| 43 | +dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" } |
0 commit comments