libs.versions.toml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. [versions]
  2. agp = "8.12.2"
  3. desugarJdkLibs = "2.1.5"
  4. gradleLicensePlugin = "0.9.8"
  5. kotlin = "2.2.10"
  6. coreKtx = "1.16.0"
  7. junit = "4.13.2"
  8. junitVersion = "1.3.0"
  9. espressoCore = "3.7.0"
  10. appcompat = "1.7.1"
  11. material = "1.12.0"
  12. activity = "1.10.1"
  13. constraintlayout = "2.2.1"
  14. mmkvStatic = "1.3.14"
  15. gson = "2.12.1"
  16. quickieFoss = "1.14.0"
  17. kotlinxCoroutinesAndroid = "1.10.2"
  18. kotlinxCoroutinesCore = "1.10.2"
  19. swiperefreshlayout = "1.1.0"
  20. toasty = "1.5.2"
  21. editorkit = "2.9.0"
  22. core = "3.5.3"
  23. workRuntimeKtx = "2.10.3"
  24. lifecycleViewmodelKtx = "2.9.2"
  25. multidex = "2.0.1"
  26. mockitoMockitoInline = "5.2.0"
  27. flexbox = "3.0.0"
  28. preferenceKtx = "1.2.1"
  29. recyclerview = "1.4.0"
  30. [libraries]
  31. androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
  32. androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version.ref = "swiperefreshlayout" }
  33. desugar-jdk-libs = { module = "com.android.tools:desugar_jdk_libs", version.ref = "desugarJdkLibs" }
  34. gradle-license-plugin = { module = "com.jaredsburrows:gradle-license-plugin", version.ref = "gradleLicensePlugin" }
  35. junit = { group = "junit", name = "junit", version.ref = "junit" }
  36. androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
  37. androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
  38. androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
  39. material = { group = "com.google.android.material", name = "material", version.ref = "material" }
  40. androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
  41. androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
  42. mmkv-static = { module = "com.tencent:mmkv-static", version.ref = "mmkvStatic" }
  43. gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
  44. quickie-foss = { module = "com.github.T8RIN.QuickieExtended:quickie-foss", version.ref = "quickieFoss" }
  45. kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinxCoroutinesAndroid" }
  46. kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinxCoroutinesCore" }
  47. toasty = { module = "com.github.GrenderG:Toasty", version.ref = "toasty" }
  48. editorkit = { module = "com.blacksquircle.ui:editorkit", version.ref = "editorkit" }
  49. language-base = { module = "com.blacksquircle.ui:language-base", version.ref = "editorkit" }
  50. language-json = { module = "com.blacksquircle.ui:language-json", version.ref = "editorkit" }
  51. core = { module = "com.google.zxing:core", version.ref = "core" }
  52. work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "workRuntimeKtx" }
  53. work-multiprocess = { module = "androidx.work:work-multiprocess", version.ref = "workRuntimeKtx" }
  54. lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycleViewmodelKtx" }
  55. lifecycle-livedata-ktx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycleViewmodelKtx" }
  56. lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycleViewmodelKtx" }
  57. multidex = { module = "androidx.multidex:multidex", version.ref = "multidex" }
  58. org-mockito-mockito-inline = { module = "org.mockito:mockito-inline", version.ref = "mockitoMockitoInline" }
  59. mockito-kotlin = { module = "org.mockito.kotlin:mockito-kotlin", version.ref = "mockitoMockitoInline" }
  60. flexbox = { module = "com.google.android.flexbox:flexbox", version.ref = "flexbox" }
  61. recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" }
  62. preference-ktx = { module = "androidx.preference:preference-ktx", version.ref = "preferenceKtx" }
  63. [plugins]
  64. android-application = { id = "com.android.application", version.ref = "agp" }
  65. kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
  66. android-library = { id = "com.android.library", version.ref = "agp" }