Remove appcenter
This commit is contained in:
@@ -117,22 +117,6 @@ dependencies {
|
|||||||
playImplementation "com.google.android.play:app-update-ktx:2.1.0"
|
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")
|
def playCredentialsJSON = rootProject.file("service-account-credentials.json")
|
||||||
if (playCredentialsJSON.exists()) {
|
if (playCredentialsJSON.exists()) {
|
||||||
play {
|
play {
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||||
buildscript {
|
buildscript {
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath "gradle.plugin.com.betomorrow.gradle:appcenter-plugin:2.0.4"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user