libs.versions.toml 3.1 KB

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