迁移项目

This commit is contained in:
2025-12-10 23:03:26 +08:00
parent 28fe161276
commit 51890e9432
67 changed files with 2461 additions and 985 deletions

View File

@@ -1,2 +1,25 @@
pluginManagement {
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
include ':EasyPlayerPro'
include ':ijkplayer-java'
include ':photoview'