mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-03 20:07:38 +03:00
Remove appcenter
This commit is contained in:
parent
0c76a7479c
commit
3ae26dd2bb
2 changed files with 0 additions and 17 deletions
|
@ -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 {
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue