mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Publish @next
Update .travis.yml. Add .travis/add-publishConfig.js. Fix a typo.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user