重新建库,开源大部分代码,脱敏处理

This commit is contained in:
2026-06-03 19:09:28 +08:00
committed by Little1Yuan
commit 37f69aa244
145 changed files with 5800 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
pluginManagement {
repositories {
maven { url = uri("https://maven.aliyun.com/repository/google") }
maven { url = uri("https://maven.aliyun.com/repository/central") }
maven { url = uri("https://maven.aliyun.com/repository/gradle-plugin") }
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "NaOUC-Pured"
include(":app")