diff --git a/app/build.gradle b/app/build.gradle index 6581f73..ffd6559 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/build.gradle b/build.gradle index c43e325..68e7ea7 100644 --- a/build.gradle +++ b/build.gradle @@ -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" } }