mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-09-14 07:09:54 -04:00
In the future, we want to shrink this to one codepath for all renderers. No more using janky renderers.
27 lines
563 B
Groovy
27 lines
563 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
google()
|
|
}
|
|
}
|
|
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
maven { url "https://jitpack.io" }
|
|
}
|
|
}
|
|
|
|
rootProject.name='Amethyst'
|
|
include ':jre_lwjgl3glfw'
|
|
include ":jre_lwjgl3glfw:lwjgl-3.3.3"
|
|
include ":jre_lwjgl3glfw:lwjgl-3.4.1"
|
|
include ':app_pojavlauncher'
|
|
|
|
include ':arc_dns_injector'
|
|
include ':MioLibPatcher'
|
|
include ':forge_installer'
|
|
include ':androidnsbypass'
|