mirror of
https://github.com/Hamza417/Inure.git
synced 2026-03-13 10:19:43 +08:00
chore: update dependencies
This commit is contained in:
@@ -184,7 +184,7 @@ dependencies {
|
||||
|
||||
// Android Tools
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5'
|
||||
implementation 'com.android.tools.build:apksig:8.11.0'
|
||||
implementation 'com.android.tools.build:apksig:8.11.1'
|
||||
|
||||
// Jar Libs, all included in the libs folder
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
@@ -242,7 +242,7 @@ dependencies {
|
||||
implementation 'com.github.REAndroid:ARSCLib:95af206081' // https://github.com/REAndroid/ARSCLib
|
||||
implementation 'io.noties.markwon:core:4.6.2'
|
||||
|
||||
githubImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
||||
githubImplementation 'com.squareup.okhttp3:okhttp:5.1.0'
|
||||
|
||||
implementation 'dev.spght:encryptedprefs-ktx:1.0.3'
|
||||
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
|
||||
networkTimeout=10000
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
@@ -32,7 +32,7 @@ dependencies {
|
||||
// Refine
|
||||
annotationProcessor "dev.rikka.tools.refine:annotation-processor:4.4.0"
|
||||
//noinspection GradleDependency
|
||||
compileOnly "dev.rikka.tools.refine:annotation:4.3.0"
|
||||
compileOnly "dev.rikka.tools.refine:annotation:4.4.0"
|
||||
|
||||
compileOnly "androidx.annotation:annotation:1.9.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user