增加通知优化图标过滤搜索功能,更新版本到 1.5

This commit is contained in:
2022-02-15 21:52:10 +08:00
parent 850a382025
commit d117a9a6e9
15 changed files with 265 additions and 43 deletions

View File

@@ -20,7 +20,7 @@ android {
defaultConfig {
applicationId "com.fankes.miui.notify"
minSdk 23
minSdk 28
targetSdk 31
versionCode rootProject.ext.appVersionCode
versionName rootProject.ext.appVersionName
@@ -42,6 +42,9 @@ android {
kotlinOptions {
jvmTarget = '1.8'
}
buildFeatures {
viewBinding true
}
}
/** 移除无效耗时 lint Task */
@@ -57,6 +60,9 @@ tasks.whenTaskAdded {
dependencies {
implementation "com.github.topjohnwu.libsu:core:3.1.2"
implementation 'androidx.annotation:annotation:1.3.0'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1'
compileOnly 'de.robv.android.xposed:api:82'
implementation 'com.highcapable.yukihookapi:api:1.0.1'
ksp 'com.highcapable.yukihookapi:ksp-xposed:1.0.1'