| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- [versions]
- agp = "8.12.2"
- desugarJdkLibs = "2.1.5"
- gradleLicensePlugin = "0.9.8"
- kotlin = "2.2.10"
- coreKtx = "1.16.0"
- junit = "4.13.2"
- junitVersion = "1.3.0"
- espressoCore = "3.7.0"
- appcompat = "1.7.1"
- material = "1.12.0"
- activity = "1.10.1"
- constraintlayout = "2.2.1"
- mmkvStatic = "1.3.14"
- gson = "2.12.1"
- quickieFoss = "1.14.0"
- kotlinxCoroutinesAndroid = "1.10.2"
- kotlinxCoroutinesCore = "1.10.2"
- swiperefreshlayout = "1.1.0"
- toasty = "1.5.2"
- editorkit = "2.9.0"
- core = "3.5.3"
- workRuntimeKtx = "2.10.3"
- lifecycleViewmodelKtx = "2.9.2"
- multidex = "2.0.1"
- mockitoMockitoInline = "5.2.0"
- flexbox = "3.0.0"
- preferenceKtx = "1.2.1"
- recyclerview = "1.4.0"
- [libraries]
- androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
- androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version.ref = "swiperefreshlayout" }
- desugar-jdk-libs = { module = "com.android.tools:desugar_jdk_libs", version.ref = "desugarJdkLibs" }
- gradle-license-plugin = { module = "com.jaredsburrows:gradle-license-plugin", version.ref = "gradleLicensePlugin" }
- 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-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
- material = { group = "com.google.android.material", name = "material", version.ref = "material" }
- androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
- androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
- mmkv-static = { module = "com.tencent:mmkv-static", version.ref = "mmkvStatic" }
- gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
- quickie-foss = { module = "com.github.T8RIN.QuickieExtended:quickie-foss", version.ref = "quickieFoss" }
- kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinxCoroutinesAndroid" }
- kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinxCoroutinesCore" }
- toasty = { module = "com.github.GrenderG:Toasty", version.ref = "toasty" }
- editorkit = { module = "com.blacksquircle.ui:editorkit", version.ref = "editorkit" }
- language-base = { module = "com.blacksquircle.ui:language-base", version.ref = "editorkit" }
- language-json = { module = "com.blacksquircle.ui:language-json", version.ref = "editorkit" }
- core = { module = "com.google.zxing:core", version.ref = "core" }
- work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "workRuntimeKtx" }
- work-multiprocess = { module = "androidx.work:work-multiprocess", version.ref = "workRuntimeKtx" }
- lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycleViewmodelKtx" }
- lifecycle-livedata-ktx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycleViewmodelKtx" }
- lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycleViewmodelKtx" }
- multidex = { module = "androidx.multidex:multidex", version.ref = "multidex" }
- org-mockito-mockito-inline = { module = "org.mockito:mockito-inline", version.ref = "mockitoMockitoInline" }
- mockito-kotlin = { module = "org.mockito.kotlin:mockito-kotlin", version.ref = "mockitoMockitoInline" }
- flexbox = { module = "com.google.android.flexbox:flexbox", version.ref = "flexbox" }
- recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" }
- preference-ktx = { module = "androidx.preference:preference-ktx", version.ref = "preferenceKtx" }
- [plugins]
- android-application = { id = "com.android.application", version.ref = "agp" }
- kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
- android-library = { id = "com.android.library", version.ref = "agp" }
|