update dep (#35)

enable code shrinking
remove gson
This commit is contained in:
ketal
2024-06-28 13:33:38 +08:00
committed by GitHub
parent dbb7c8d8f6
commit e7f3c5850b
20 changed files with 410 additions and 249 deletions

View File

@@ -1,10 +1,17 @@
pluginManagement {
repositories {
google()
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {