This commit is contained in:
2025-08-29 16:56:47 +08:00
commit bd175975f5
44 changed files with 896 additions and 0 deletions

26
settings.gradle Normal file
View File

@ -0,0 +1,26 @@
//pluginManagement {
// repositories {
// google()
// mavenCentral()
// gradlePluginPortal()
// }
//}
pluginManagement {
repositories {
maven { url "https://maven.aliyun.com/repository/google" }
maven { url "https://maven.aliyun.com/repository/gradle-plugin" }
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "MyJNI"
include ':app'