Update dependencies (#971)
This commit is contained in:
parent
dbc6df3cf3
commit
e72bd46705
|
|
@ -176,10 +176,10 @@ dependencies {
|
|||
implementation("androidx.navigation:navigation-fragment:$navVersion")
|
||||
implementation("androidx.navigation:navigation-ui:$navVersion")
|
||||
implementation("androidx.recyclerview:recyclerview:1.2.1")
|
||||
implementation("androidx.slidingpanelayout:slidingpanelayout:1.2.0-alpha03")
|
||||
implementation("androidx.slidingpanelayout:slidingpanelayout:1.2.0-alpha04")
|
||||
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
|
||||
implementation("com.github.bumptech.glide:glide:$glideVersion")
|
||||
implementation("com.google.android.material:material:1.4.0")
|
||||
implementation("com.google.android.material:material:1.5.0-alpha02")
|
||||
implementation("com.google.code.gson:gson:2.8.7")
|
||||
implementation("com.takisoft.preferencex:preferencex:1.1.0")
|
||||
implementation("com.takisoft.preferencex:preferencex-colorpicker:1.1.0")
|
||||
|
|
|
|||
|
|
@ -453,9 +453,7 @@ public class ScopeAdapter extends RecyclerView.Adapter<ScopeAdapter.ViewHolder>
|
|||
}
|
||||
loadAppListHandler.removeMessages(0);
|
||||
if (!force) {
|
||||
fragment.binding.progress.setVisibility(View.INVISIBLE);
|
||||
fragment.binding.progress.setIndeterminate(true);
|
||||
fragment.binding.progress.setVisibility(View.VISIBLE);
|
||||
}
|
||||
enabled = moduleUtil.isModuleEnabled(module.packageName);
|
||||
fragment.binding.masterSwitch.setOnCheckedChangeListener(null);
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ buildscript {
|
|||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath("com.android.tools.build:gradle:7.0.0")
|
||||
classpath("com.android.tools.build:gradle:7.0.1")
|
||||
classpath("org.eclipse.jgit:org.eclipse.jgit:5.12.0.202106070339-r")
|
||||
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.3.5")
|
||||
}
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ dependencies {
|
|||
implementation("dev.rikka.ndk:riru:26.0.0")
|
||||
implementation("dev.rikka.ndk.thirdparty:cxx:1.1.0")
|
||||
implementation("io.github.vvb2060.ndk:dobby:1.2")
|
||||
implementation("com.android.tools.build:apksig:7.0.0")
|
||||
implementation("com.android.tools.build:apksig:7.0.1")
|
||||
implementation("org.apache.commons:commons-lang3:3.12.0")
|
||||
implementation("de.upb.cs.swt:axml:2.1.1")
|
||||
compileOnly("androidx.annotation:annotation:1.2.0")
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
#Sat Aug 21 19:32:29 CST 2021
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
|
|
|||
Loading…
Reference in New Issue