Update version to 1.6.2

This commit is contained in:
LittleTurtle2333
2022-04-13 23:28:46 +08:00
parent afb3316595
commit 8e6485cd0f

View File

@@ -12,8 +12,8 @@ android {
applicationId = "com.lt2333.simplicitytools" applicationId = "com.lt2333.simplicitytools"
minSdk = 31 minSdk = 31
targetSdk = 32 targetSdk = 32
versionCode = 62 versionCode = 63
versionName = "1.6.1" versionName = "1.6.2"
} }
buildTypes { buildTypes {