Remove appcenter

This commit is contained in:
世界 2024-03-15 15:20:12 +08:00
parent 0c76a7479c
commit 3ae26dd2bb
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
2 changed files with 0 additions and 17 deletions

View file

@ -117,22 +117,6 @@ dependencies {
playImplementation "com.google.android.play:app-update-ktx:2.1.0"
}
if (getProps("APPCENTER_TOKEN") != "") {
apply plugin: "com.betomorrow.appcenter"
appcenter {
apiToken = getProps("APPCENTER_TOKEN")
ownerName = getProps("APPCENTER_OWNER")
distributionGroups = [getProps("APPCENTER_GROUP")]
releaseNotes = getProps("RELEASE_NOTES")
notifyTesters = true
apps {
playRelease {
appName = getProps("APPCENTER_APP_NAME")
}
}
}
}
def playCredentialsJSON = rootProject.file("service-account-credentials.json")
if (playCredentialsJSON.exists()) {
play {

View file

@ -1,7 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
dependencies {
classpath "gradle.plugin.com.betomorrow.gradle:appcenter-plugin:2.0.4"
}
}