Update build.gradle

pull/4/head
azurelmao 1 year ago committed by GitHub
parent fd7414e91d
commit 4941fcbffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,6 +15,7 @@ loom {
repositories {
mavenCentral()
maven { url = "https://jitpack.io" }
maven {
name = 'Babric'
url = 'https://maven.glass-launcher.net/babric'
@ -74,7 +75,7 @@ dependencies {
// Helper library
// If you do not need Halplibe you can comment this line out or delete this line
modImplementation "bta-halplibe:halplibe:${project.halplibe_version}"
modImplementation "com.github.Turnip-Labs:bta-halplibe:${project.halplibe_version}"
modImplementation "ModMenu:ModMenu:2.0.0"

Loading…
Cancel
Save