diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 540cad27..e5f6d0fd 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -96,7 +96,7 @@ dependencies { implementation("com.github.rumboalla.KryptoPrefs:kryptoprefs-gson:0.4.3") implementation("com.github.rumboalla.KryptoPrefs:kryptoprefs:0.4.3") implementation("com.github.topjohnwu.libsu:core:5.2.1") - implementation("com.gitlab.AuroraOSS:gplayapi:3.2.10") + implementation("com.aurora:gplayapi:3.2.11") implementation("com.google.code.gson:gson:2.10.1") implementation("com.squareup.okhttp3:logging-interceptor:4.12.0") implementation("com.squareup.retrofit2:converter-gson:2.11.0") diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 0148d9b6..32830d3d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME diff --git a/settings.gradle.kts b/settings.gradle.kts index 1bb8b45a..27e21381 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -12,6 +12,7 @@ dependencyResolutionManagement { google() mavenCentral() maven("https://jitpack.io") + maven("https://gitlab.com/api/v4/projects/18497829/packages/maven") } }