Skip to content

Commit f46ae0f

Browse files
committed
GPlayApi Maven
* Update settings to get GPlayApi from new maven repo. * Update GPlayApi to 3.2.11. * Update Gradle to 8.7.
1 parent 8e48e4b commit f46ae0f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ dependencies {
9696
implementation("com.github.rumboalla.KryptoPrefs:kryptoprefs-gson:0.4.3")
9797
implementation("com.github.rumboalla.KryptoPrefs:kryptoprefs:0.4.3")
9898
implementation("com.github.topjohnwu.libsu:core:5.2.1")
99-
implementation("com.gitlab.AuroraOSS:gplayapi:3.2.10")
99+
implementation("com.aurora:gplayapi:3.2.11")
100100
implementation("com.google.code.gson:gson:2.10.1")
101101
implementation("com.squareup.okhttp3:logging-interceptor:4.12.0")
102102
implementation("com.squareup.retrofit2:converter-gson:2.11.0")
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
2-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
2+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
33
distributionPath=wrapper/dists
44
zipStorePath=wrapper/dists
55
zipStoreBase=GRADLE_USER_HOME

settings.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencyResolutionManagement {
1212
google()
1313
mavenCentral()
1414
maven("https://jitpack.io")
15+
maven("https://gitlab.com/api/v4/projects/18497829/packages/maven")
1516
}
1617
}
1718

0 commit comments

Comments
 (0)