Bump appCenter from 4.4.3 to 4.4.4 (#2006)

This commit is contained in:
dependabot[bot] 2022-06-24 05:46:17 +08:00 committed by GitHub
parent 0e95747b14
commit 90111eedc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ dependencies {
implementation("org.lsposed.hiddenapibypass:hiddenapibypass:4.3") implementation("org.lsposed.hiddenapibypass:hiddenapibypass:4.3")
implementation(projects.services.managerService) implementation(projects.services.managerService)
val appCenter = "4.4.3" val appCenter = "4.4.4"
debugImplementation("com.microsoft.appcenter:appcenter-crashes:${appCenter}") debugImplementation("com.microsoft.appcenter:appcenter-crashes:${appCenter}")
debugImplementation("com.microsoft.appcenter:appcenter-analytics:${appCenter}") debugImplementation("com.microsoft.appcenter:appcenter-analytics:${appCenter}")
} }