libs.versions.toml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. [versions]
  2. agp = "8.9.3"
  3. kotlin = "2.1.21"
  4. serializationJson = "1.7.3"
  5. coreKtx = "1.16.0"
  6. junit = "4.13.2"
  7. junitVersion = "1.2.1"
  8. espressoCore = "3.6.1"
  9. lifecycleRuntimeKtx = "2.9.1"
  10. activityCompose = "1.10.1"
  11. composeBom = "2025.06.00"
  12. appcompat = "1.7.1"
  13. gson = "2.13.1"
  14. nanohttpd = "2.3.1"
  15. navigationCompose = "2.9.1"
  16. okhttp = "4.12.0"
  17. webkit = "1.14.0"
  18. [libraries]
  19. androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
  20. androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigationCompose" }
  21. junit = { group = "junit", name = "junit", version.ref = "junit" }
  22. androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
  23. androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
  24. androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
  25. androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
  26. androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
  27. androidx-ui = { group = "androidx.compose.ui", name = "ui" }
  28. androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
  29. androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
  30. androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
  31. androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
  32. androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
  33. androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
  34. androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
  35. serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "serializationJson" }
  36. gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
  37. nanohttpd = { module = "org.nanohttpd:nanohttpd", version.ref = "nanohttpd" }
  38. okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
  39. androidx-webkit = { group = "androidx.webkit", name = "webkit", version.ref = "webkit" }
  40. # 浏览器内核更新
  41. webviewup-core = { module = "com.norman.webviewup:core", version = "0.1.1-alpha.01" }
  42. webviewup-version = { module = "io.github.g00fy2:versioncompare", version = "1.5.0" }
  43. [plugins]
  44. android-application = { id = "com.android.application", version.ref = "agp" }
  45. android-library = { id = "com.android.library", version.ref = "agp" }
  46. kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
  47. kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
  48. kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }