File tree Expand file tree Collapse file tree
src/main/java/com/fankes/coloros/notify/const Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# ColorOS 通知图标增强
22
3- [ ![ Blank] ( https://img.shields.io/badge/build-pending-dbab09 )] ( https://github.com/fankes/ColorOSNotifyIcon )
3+ [ ![ Blank] ( https://img.shields.io/badge/build-passing-brightgreen )] ( https://github.com/fankes/ColorOSNotifyIcon )
44[ ![ Blank] ( https://img.shields.io/badge/license-AGPL3.0-blue )] ( https://github.com/fankes/ColorOSNotifyIcon/blob/master/LICENSE )
5- [ ![ Blank] ( https://img.shields.io/badge/version-v1.51 -green )] ( https://github.com/fankes/ColorOSNotifyIcon/releases )
5+ [ ![ Blank] ( https://img.shields.io/badge/version-v1.52 -green )] ( https://github.com/fankes/ColorOSNotifyIcon/releases )
66[ ![ Blank] ( https://img.shields.io/github/downloads/fankes/ColorOSNotifyIcon/total?label=Release )] ( https://github.com/fankes/ColorOSNotifyIcon/releases )
77[ ![ Blank] ( https://img.shields.io/github/downloads/Xposed-Modules-Repo/com.fankes.coloros.notify/total?label=LSPosed%20Repo&logo=Android&style=flat&labelColor=F48FB1&logoColor=ffffff )] ( https://github.com/Xposed-Modules-Repo/com.fankes.coloros.notify/releases )
88[ ![ Telegram] ( https://img.shields.io/static/v1?label=Telegram&message=交流讨论&color=0088cc )] ( https://t.me/XiaofangInternet )
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ android {
3838
3939 buildTypes {
4040 release {
41- minifyEnabled false
41+ minifyEnabled true
4242 signingConfig signingConfigs. debug
4343 proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
4444 }
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ object Const {
4141 const val MODULE_VERSION_CODE = BuildConfig .VERSION_CODE
4242
4343 /* * 当前模块的版本校验 */
44- const val MODULE_VERSION_VERIFY = " ${MODULE_VERSION_NAME } _${MODULE_VERSION_CODE } _202203292119 "
44+ const val MODULE_VERSION_VERIFY = " ${MODULE_VERSION_NAME } _${MODULE_VERSION_CODE } _202204041448 "
4545
4646 /* * 当前模块的版本校验标签 */
4747 const val MODULE_VERSION_VERIFY_TAG = " module_version_verify"
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ plugins {
55}
66
77ext {
8- appVersionName = " 1.51 "
9- appVersionCode = 8
8+ appVersionName = " 1.52 "
9+ appVersionCode = 9
1010}
1111
1212task clean (type : Delete ) {
You can’t perform that action at this time.
0 commit comments