diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 5daf89572..8c2404bc2 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -159,7 +159,7 @@ dependencies { implementation("com.github.topjohnwu.libsu:core:5.0.5") //Love <3 - implementation("com.aurora:gplayapi:3.2.10") + implementation("com.gitlab.AuroraOSS:gplayapi:3.2.10") //Browser implementation("androidx.browser:browser:1.7.0") diff --git a/settings.gradle.kts b/settings.gradle.kts index 6569f151c..13ff9c011 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -30,7 +30,6 @@ dependencyResolutionManagement { repositories { google() mavenCentral() - maven("https://gitlab.com/api/v4/projects/18497829/packages/maven") maven("https://jitpack.io/") maven("https://maven.google.com/") }