更新版本号至 1.6.6

This commit is contained in:
LittleTurtle2333
2022-06-16 16:26:30 +08:00
parent 693b707922
commit 3cd3b87707
8 changed files with 84 additions and 92 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId = "com.lt2333.simplicitytools"
minSdk = 31
targetSdk = 32
versionCode = 66
versionName = "1.6.5"
versionCode = 67
versionName = "1.6.6"
}
buildTypes {
@@ -59,4 +59,5 @@ dependencies {
val appCenterSdkVersion = "4.4.3"
implementation("com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}")
implementation("com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}")
implementation("androidx.core:core-splashscreen:1.0.0-rc01")
}