更新版本号至1.1.1

This commit is contained in:
LittleTurtle2333
2022-02-18 22:47:35 +08:00
parent 8996186994
commit 8875048c77
3 changed files with 12 additions and 0 deletions

View File

@@ -60,4 +60,7 @@ dependencies {
compileOnly("de.robv.android.xposed:api:82")
//UI
implementation(project(":blockmiui"))
val appCenterSdkVersion = "4.3.1"
implementation("com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}")
implementation("com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}")
}