更新版本号至1.1.8

This commit is contained in:
乌堆小透明
2022-02-24 21:17:55 +08:00
parent d998fcd415
commit 2ec17c4c68
2 changed files with 8 additions and 6 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId = "com.lt2333.simplicitytools"
minSdk = 31
targetSdk = 32
versionCode = 18
versionName = "1.1.7"
versionCode = 19
versionName = "1.1.8"
}
buildTypes {

View File

@@ -24,10 +24,12 @@ class SettingsActivity : MIUIActivity() {
private val activity = this
override fun onCreate(savedInstanceState: Bundle?) {
AppCenter.start(
application, "ae2037d3-9914-4e0c-b02b-f9b2bb2574e5",
Analytics::class.java, Crashes::class.java
)
if (BuildConfig.BUILD_TYPE != "debug") {
AppCenter.start(
application, "ae2037d3-9914-4e0c-b02b-f9b2bb2574e5",
Analytics::class.java, Crashes::class.java
)
}
checkLSPosed()
super.onCreate(savedInstanceState)
}