mirror of
https://github.com/kdrag0n/safetynet-fix.git
synced 2024-11-19 11:11:22 +00:00
769fa05817
I named this "java_module" to avoid confusion with app/src/main/java, but there's no need to be so verbose.
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'
|