Skip to content

Commit

Permalink
GPlayApi Maven
Browse files Browse the repository at this point in the history
* Update settings to get GPlayApi from new maven repo.
* Update GPlayApi to 3.2.11.
* Update Gradle to 8.7.
  • Loading branch information
rumboalla committed May 17, 2024
1 parent 8e48e4b commit f46ae0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencyResolutionManagement {
google()
mavenCentral()
maven("https://jitpack.io")
maven("https://gitlab.com/api/v4/projects/18497829/packages/maven")
}
}

Expand Down

0 comments on commit f46ae0f

Please sign in to comment.