Publish @next

Update .travis.yml.
Add .travis/add-publishConfig.js.
Fix a typo.
This commit is contained in:
vchimev
2016-07-14 16:14:20 +03:00
parent 4d53d46769
commit ecebdb6101
3 changed files with 44 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ def isWinOs = System.properties['os.name'].toLowerCase().contains('windows')
apply plugin: 'com.android.library'
def computeCompuleSdkVersion () {
def computeCompileSdkVersion () {
if(project.hasProperty("compileSdk")) {
return compileSdk
}
@@ -34,7 +34,7 @@ def computeTargetSdkVersion() {
}
android {
compileSdkVersion computeCompuleSdkVersion()
compileSdkVersion computeCompileSdkVersion()
buildToolsVersion computeBuildToolsVersion()
defaultConfig {