File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ version of the {N} CLI install a previous version of the runtime package - 'tns
72
72
project. ext. extractedDependenciesDir = " ${ project.buildDir} /exploded-dependencies"
73
73
def nativescriptDependencies = new JsonSlurper (). parseText(dependenciesJson. text)
74
74
75
- def computeCompileSdkVersion = { -> project. hasProperty(" compileSdk" ) ? compileSdk : 26 }
76
- def computeTargetSdkVersion = { -> project. hasProperty(" targetSdk" ) ? targetSdk : 26 }
75
+ def computeCompileSdkVersion = { -> project. hasProperty(" compileSdk" ) ? compileSdk : 28 }
76
+ def computeTargetSdkVersion = { -> project. hasProperty(" targetSdk" ) ? targetSdk : 28 }
77
77
def computeBuildToolsVersion = { ->
78
- project. hasProperty(" buildToolsVersion" ) ? buildToolsVersion : " 28.0.2 "
78
+ project. hasProperty(" buildToolsVersion" ) ? buildToolsVersion : " 28.0.3 "
79
79
}
80
80
81
81
project. ext. selectedBuildType = project. hasProperty(" release" ) ? " release" : " debug"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if (useCCache) {
20
20
println " Use CCache build triggered."
21
21
}
22
22
23
- project. ext. _buildToolsVersion = " 28.0.2 "
23
+ project. ext. _buildToolsVersion = " 28.0.3 "
24
24
25
25
android {
26
26
sourceSets {
You can’t perform that action at this time.
0 commit comments