修复一个执行顺序问题

This commit is contained in:
2022-02-01 23:16:04 +08:00
parent 4129794bbb
commit cd60ec7ac4
2 changed files with 5 additions and 5 deletions

View File

@@ -21,8 +21,8 @@ android {
applicationId "com.fankes.miui.notify"
minSdk 26
targetSdk 26
versionCode 2
versionName "1.1"
versionCode 3
versionName "1.15"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}