mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-08-03 07:36:31 -04:00

Decently scuffed and leaves a bunch of stuff to be done. This is just the beginning of a series of commits that will be moving things over. Icon is temporarily and will be replaced with the official Amethyst icon at a later date.
24 lines
464 B
Groovy
24 lines
464 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
google()
|
|
}
|
|
}
|
|
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
maven { url "https://jitpack.io" }
|
|
}
|
|
}
|
|
|
|
rootProject.name='Amethyst'
|
|
include ':jre_lwjgl3glfw'
|
|
include ':app_pojavlauncher'
|
|
|
|
include ':arc_dns_injector'
|
|
include ':forge_installer'
|
|
include ':MobileGlues'
|