mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-04 03:06:41 -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"
|
||||||
@ -465,4 +465,4 @@ testdroid {
|
|||||||
fullRunConfig {
|
fullRunConfig {
|
||||||
instrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
|
instrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user