set play publisher to be enabled because branchname is unreliable on travis

This commit is contained in:
Sean Mac Gillicuddy 2019-06-14 16:44:33 +01:00
parent d4363ae951
commit d2726c80b9

View File

@ -445,7 +445,7 @@ android {
}
play {
enabled = branchName == "master" || branchName == "release"
enabled = true
serviceAccountCredentials = file("../google.json")
track = "alpha"
resolutionStrategy = "fail"