mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -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 {
|
||||
enabled = branchName == "master" || branchName == "release"
|
||||
enabled = true
|
||||
serviceAccountCredentials = file("../google.json")
|
||||
track = "alpha"
|
||||
resolutionStrategy = "fail"
|
||||
@ -465,4 +465,4 @@ testdroid {
|
||||
fullRunConfig {
|
||||
instrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user