mirror of
https://github.com/Fox2Code/FoxMagiskModuleManager
synced 2024-10-30 15:20:15 +00:00
f3d31ed380
Fdroid apparently won't let us attempt to use cronet from gms because something something proprietary AAAAAAAAAAAAAAAAAAAAAAAAAAA The scream is the two hours I spent resolving the 15189759875195791 conflicts that resulted from the change. Also, when ANDROIDACY_CLIENT_ID is empty, do not allow the user to enable Androidacy repo and instead show a message suggesting to download official builds. May have to reword for fdroid Oh, and now no internet actually means no internet and it'll properly notify when repos fail to update. Signed-off-by: androidacy-user <opensource@androidacy.com>
12 lines
283 B
Groovy
12 lines
283 B
Groovy
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
maven {
|
|
url 'https://jitpack.io'
|
|
}
|
|
}
|
|
}
|
|
rootProject.name = "MagiskModuleManager"
|
|
include ':app' |