mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-13 03:41:19 +08:00
11 lines
265 B
Groovy
11 lines
265 B
Groovy
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
maven{ url 'https://api.xposed.info' }
|
|
}
|
|
}
|
|
rootProject.name = "Simplicity Tools"
|
|
include ':app'
|