Update Version to 1.1 Fix more bugs.

This commit is contained in:
2022-01-31 03:43:59 +08:00
parent ae42952c34
commit f96e20ea8a
3 changed files with 5 additions and 5 deletions

View File

@@ -21,15 +21,15 @@ android {
applicationId "com.fankes.miui.notify"
minSdk 26
targetSdk 26
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false // break
minifyEnabled true
signingConfig signingConfigs.debug
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}

View File

@@ -37,7 +37,7 @@ object IconPackParams {
val iconDatas by lazy {
arrayOf(
IconDataBean(
isEnabled = false,
isEnabled = true,
isEnabledAll = false,
appName = "Android 系统",
packageName = "android",

View File

@@ -23,7 +23,7 @@
style="?android:attr/selectableItemBackgroundBorderless"
android:layout_width="20dp"
android:layout_height="20dp"
android:layout_marginStart="15dp"
android:layout_marginStart="10dp"
android:layout_marginEnd="25dp"
android:src="@mipmap/back"
android:tint="@color/colorTextGray" />