HOTFIX: Fix travis gradle config?
This commit is contained in:
parent
2f681248df
commit
f2e8ba63e3
|
@ -16,6 +16,9 @@ def getVersionName = { ->
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
defaultPublishConfig 'release'
|
||||||
|
publishNonDefault true
|
||||||
|
|
||||||
compileSdkVersion 25
|
compileSdkVersion 25
|
||||||
buildToolsVersion "27.0.3"
|
buildToolsVersion "27.0.3"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue