From 339ceb3ceb864e7f7b466ca2d33fb1cde683e900 Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Thu, 8 Feb 2024 09:06:50 +0100 Subject: [PATCH] Partial-revert: gradle: Sync gplayapi from our gitlab package registry Our maven repo still works, just that jitpack is a known repo at this point and they have fixed the build issue we had. Signed-off-by: Aayush Gupta --- app/build.gradle.kts | 2 +- settings.gradle.kts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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/") }