Commit f46ae0f 1 parent 8e48e4b commit f46ae0f Copy full SHA for f46ae0f
File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ dependencies {
96
96
implementation(" com.github.rumboalla.KryptoPrefs:kryptoprefs-gson:0.4.3" )
97
97
implementation(" com.github.rumboalla.KryptoPrefs:kryptoprefs:0.4.3" )
98
98
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 " )
100
100
implementation(" com.google.code.gson:gson:2.10.1" )
101
101
implementation(" com.squareup.okhttp3:logging-interceptor:4.12.0" )
102
102
implementation(" com.squareup.retrofit2:converter-gson:2.11.0" )
Original file line number Diff line number Diff line change 1
1
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
3
3
distributionPath =wrapper/dists
4
4
zipStorePath =wrapper/dists
5
5
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ dependencyResolutionManagement {
12
12
google()
13
13
mavenCentral()
14
14
maven(" https://jitpack.io" )
15
+ maven(" https://gitlab.com/api/v4/projects/18497829/packages/maven" )
15
16
}
16
17
}
17
18
You can’t perform that action at this time.
0 commit comments