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 <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-02-08 09:06:50 +01:00
parent 2d07e888e3
commit 339ceb3ceb
2 changed files with 1 additions and 2 deletions

View File

@@ -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")

View File

@@ -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/")
}