mirror of
https://github.com/kdrag0n/safetynet-fix.git
synced 2024-11-19 11:11:22 +00:00
11 lines
298 B
Groovy
11 lines
298 B
Groovy
|
dependencyResolutionManagement {
|
||
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||
|
repositories {
|
||
|
google()
|
||
|
mavenCentral()
|
||
|
jcenter() // Warning: this repository is going to shut down soon
|
||
|
}
|
||
|
}
|
||
|
rootProject.name = "Universal SafetyNet Fix"
|
||
|
include ':app'
|