Update dependencies (#638)
This commit is contained in:
parent
c3765d4266
commit
a5c1397516
|
|
@ -187,7 +187,7 @@ dependencies {
|
|||
implementation("androidx.activity:activity:1.2.3")
|
||||
implementation("androidx.browser:browser:1.3.0")
|
||||
implementation("androidx.constraintlayout:constraintlayout:2.0.4")
|
||||
implementation("androidx.core:core:1.3.2")
|
||||
implementation("androidx.core:core:1.5.0")
|
||||
implementation("androidx.fragment:fragment:1.3.4")
|
||||
implementation("androidx.recyclerview:recyclerview:1.2.0")
|
||||
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ val verName: String by rootProject.extra
|
|||
dependencies {
|
||||
implementation("dev.rikka.ndk:riru:${moduleMinRiruVersionName}")
|
||||
implementation("dev.rikka.ndk.thirdparty:cxx:1.1.0")
|
||||
implementation("com.android.tools.build:apksig:4.1.3")
|
||||
implementation("com.android.tools.build:apksig:4.2.1")
|
||||
implementation("org.apache.commons:commons-lang3:3.12.0")
|
||||
implementation("de.upb.cs.swt:axml:2.1.1")
|
||||
compileOnly(project(":hiddenapi-stubs"))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#Sat Apr 10 09:43:29 CST 2021
|
||||
#Thu May 20 19:22:07 CST 2021
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
|
||||
distributionPath=wrapper/dists
|
||||
zipStorePath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
|
|
|||
Loading…
Reference in New Issue