更新分层图标

This commit is contained in:
LittleTurtle2333
2022-02-15 15:28:43 +08:00
parent e080aa6b46
commit 7063ff7223
38 changed files with 12 additions and 212 deletions

View File

@@ -9,9 +9,9 @@ android {
defaultConfig {
applicationId "com.lt2333.simplicitytools"
minSdk 30
targetSdk 31
versionCode 1
versionName "1.0.0"
targetSdk 32
versionCode 2
versionName "1.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}