适配更多状态栏图标隐藏

This commit is contained in:
LittleTurtle2333
2022-02-14 17:27:41 +08:00
parent 83c158c385
commit 491e3ed138
11 changed files with 393 additions and 125 deletions

View File

@@ -10,7 +10,7 @@ android {
minSdk 30
targetSdk 31
versionCode 1
versionName "1.0"
versionName "1.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -32,8 +32,6 @@ android {
dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
implementation 'androidx.navigation:navigation-fragment:2.3.5'
implementation 'androidx.navigation:navigation-ui:2.3.5'
implementation 'androidx.preference:preference:1.1.1'
compileOnly 'de.robv.android.xposed:api:82'
implementation 'androidx.appcompat:appcompat:1.4.0'