gradle: Sync gplayapi from our gitlab package registry
jitpack is having frequent build issues and their github has over 1.5k+ open issues with majority having no replies. Better use something we can manage and fix when required. We are still dependent over jitpack for libsu though. Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -159,7 +159,7 @@ dependencies {
|
|||||||
implementation("com.github.topjohnwu.libsu:core:5.0.5")
|
implementation("com.github.topjohnwu.libsu:core:5.0.5")
|
||||||
|
|
||||||
//Love <3
|
//Love <3
|
||||||
implementation("com.gitlab.AuroraOSS:gplayapi:3.2.6")
|
implementation("com.aurora:gplayapi:3.2.8")
|
||||||
|
|
||||||
//Browser
|
//Browser
|
||||||
implementation("androidx.browser:browser:1.7.0")
|
implementation("androidx.browser:browser:1.7.0")
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ dependencyResolutionManagement {
|
|||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
maven("https://gitlab.com/api/v4/projects/18497829/packages/maven")
|
||||||
maven("https://jitpack.io/")
|
maven("https://jitpack.io/")
|
||||||
maven("https://maven.google.com/")
|
maven("https://maven.google.com/")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user