mirror of
https://github.com/fankes/MIUINativeNotifyIcon.git
synced 2025-09-06 10:45:20 +08:00
Update Version to 1.1 Fix more bugs.
This commit is contained in:
@@ -21,15 +21,15 @@ android {
|
|||||||
applicationId "com.fankes.miui.notify"
|
applicationId "com.fankes.miui.notify"
|
||||||
minSdk 26
|
minSdk 26
|
||||||
targetSdk 26
|
targetSdk 26
|
||||||
versionCode 1
|
versionCode 2
|
||||||
versionName "1.0"
|
versionName "1.1"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
minifyEnabled false // break
|
minifyEnabled true
|
||||||
signingConfig signingConfigs.debug
|
signingConfig signingConfigs.debug
|
||||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||||
}
|
}
|
||||||
|
@@ -37,7 +37,7 @@ object IconPackParams {
|
|||||||
val iconDatas by lazy {
|
val iconDatas by lazy {
|
||||||
arrayOf(
|
arrayOf(
|
||||||
IconDataBean(
|
IconDataBean(
|
||||||
isEnabled = false,
|
isEnabled = true,
|
||||||
isEnabledAll = false,
|
isEnabledAll = false,
|
||||||
appName = "Android 系统",
|
appName = "Android 系统",
|
||||||
packageName = "android",
|
packageName = "android",
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
style="?android:attr/selectableItemBackgroundBorderless"
|
style="?android:attr/selectableItemBackgroundBorderless"
|
||||||
android:layout_width="20dp"
|
android:layout_width="20dp"
|
||||||
android:layout_height="20dp"
|
android:layout_height="20dp"
|
||||||
android:layout_marginStart="15dp"
|
android:layout_marginStart="10dp"
|
||||||
android:layout_marginEnd="25dp"
|
android:layout_marginEnd="25dp"
|
||||||
android:src="@mipmap/back"
|
android:src="@mipmap/back"
|
||||||
android:tint="@color/colorTextGray" />
|
android:tint="@color/colorTextGray" />
|
||||||
|
Reference in New Issue
Block a user