更新 proguard-rules.pro

This commit is contained in:
LittleTurtle2333
2022-02-17 03:19:44 +08:00
parent 70317d31fc
commit e2c9ef9faf
2 changed files with 22 additions and 3 deletions

View File

@@ -10,8 +10,8 @@ android {
applicationId "com.lt2333.simplicitytools"
minSdk 30
targetSdk 32
versionCode 4
versionName "1.0.3"
versionCode 5
versionName '1.0.4'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}