新增 解除通知图标个数上限

This commit is contained in:
LittleTurtle2333
2022-02-18 00:08:14 +08:00
parent a6166fa70a
commit 1d917f607d
4 changed files with 48 additions and 20 deletions

View File

@@ -10,8 +10,8 @@ android {
applicationId "com.lt2333.simplicitytools"
minSdk 30
targetSdk 32
versionCode 6
versionName '1.0.5'
versionCode 8
versionName '1.0.7'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}