diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 854893930..19bae6cca 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.gitlab.AuroraOSS:gplayapi:3.2.6") + implementation("com.aurora:gplayapi:3.2.8") //Browser implementation("androidx.browser:browser:1.7.0") diff --git a/settings.gradle.kts b/settings.gradle.kts index 13ff9c011..6569f151c 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -30,6 +30,7 @@ dependencyResolutionManagement { repositories { google() mavenCentral() + maven("https://gitlab.com/api/v4/projects/18497829/packages/maven") maven("https://jitpack.io/") maven("https://maven.google.com/") }