mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 06:42:21 -04:00
set play publisher to be enabled because branchname is unreliable on travis
This commit is contained in:
parent
d4363ae951
commit
d2726c80b9
@ -445,7 +445,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
play {
|
play {
|
||||||
enabled = branchName == "master" || branchName == "release"
|
enabled = true
|
||||||
serviceAccountCredentials = file("../google.json")
|
serviceAccountCredentials = file("../google.json")
|
||||||
track = "alpha"
|
track = "alpha"
|
||||||
resolutionStrategy = "fail"
|
resolutionStrategy = "fail"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user