[app] Don't filter recommended apps (#650)
* [app] Don't filter recommended apps * Update AGP * Update ScopeAdapter.java Co-authored-by: Wang Han <wanghan1995315@gmail.com>
This commit is contained in:
parent
636c1ae603
commit
fb05d85a9b
|
|
@ -522,9 +522,7 @@ public class ScopeAdapter extends RecyclerView.Adapter<ScopeAdapter.ViewHolder>
|
|||
if (emptyCheckedList) {
|
||||
checkedList.add(application);
|
||||
}
|
||||
}
|
||||
|
||||
if (shouldHideApp(info, application)) {
|
||||
} else if (shouldHideApp(info, application)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ buildscript {
|
|||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath("com.android.tools.build:gradle:7.0.0-beta01")
|
||||
classpath("com.android.tools.build:gradle:7.0.0-beta02")
|
||||
classpath("org.eclipse.jgit:org.eclipse.jgit:5.10.0.202012080955-r")
|
||||
classpath(kotlin("gradle-plugin", version = "1.4.32"))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue