File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
android-metadata-generator Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ def nativescriptDependencies = new JsonSlurper().parseText(dependenciesJson.text
6868def computeCompileSdkVersion = { -> project. hasProperty(" compileSdk" ) ? compileSdk : 26 }
6969def computeTargetSdkVersion = { -> project. hasProperty(" targetSdk" ) ? targetSdk : 26 }
7070def computeBuildToolsVersion = { ->
71- project. hasProperty(" buildToolsVersion" ) ? buildToolsVersion : " 27.0.1 "
71+ project. hasProperty(" buildToolsVersion" ) ? buildToolsVersion : " 27.0.3 "
7272}
7373
7474project. ext. selectedBuildType = project. hasProperty(" release" ) ? " release" : " debug"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ buildscript {
1717 }
1818
1919 dependencies {
20- classpath ' com.android.tools.build:gradle:3.0.1 '
20+ classpath ' com.android.tools.build:gradle:3.1.2 '
2121 }
2222}
2323
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ compileJava {
1515}
1616
1717task copyJarToBuildTools (type : Copy ) {
18- inputs. dir (" $projectDir /build/libs/static-binding-generator.jar" )
18+ inputs. file (" $projectDir /build/libs/static-binding-generator.jar" )
1919 from " $projectDir /build/libs/static-binding-generator.jar"
2020 into " $projectDir /../"
2121}
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4-
4+
55 repositories {
66 jcenter()
77 google()
88 }
99 dependencies {
10- classpath ' com.android.tools.build:gradle:3.0.1 '
10+ classpath ' com.android.tools.build:gradle:3.1.2 '
1111 }
1212}
1313
Original file line number Diff line number Diff line change 1- # Mon Sep 18 14:23:16 EEST 2017
1+ # Fri May 11 16:45:47 EEST 2018
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -all.zip
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if (onlyX86) {
1515 println " OnlyX86 build triggered."
1616}
1717
18- project. ext. _buildToolsVersion = " 27.0.1 "
18+ project. ext. _buildToolsVersion = " 27.0.3 "
1919
2020android {
2121 sourceSets {
You can’t perform that action at this time.
0 commit comments