naiveproxy/apk/settings.gradle
klzgrad 23efc88f26
Update APK for SagerNet derivatives (#667)
Co-authored-by: dyhkwong <50692134+dyhkwong@users.noreply.github.com>
2024-09-11 20:36:11 +08:00

11 lines
215 B
Groovy

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Naive Plugin"
include ':app'