Skip to content

Commit 078b113

Browse files
authored
Merge pull request #516 from NativeScript/pete/update-gradle-plugin
Update gradle wrapper version to 2.10, and gradle plugin to 2.1.2
2 parents 4ed1b23 + ff39b29 commit 078b113

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build-artifacts/project-template-gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ buildscript {
2525
}
2626

2727
dependencies {
28-
classpath "com.android.tools.build:gradle:1.5.0"
28+
classpath "com.android.tools.build:gradle:2.1.2"
2929
}
3030
}
3131

build-artifacts/project-template-gradle/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-bin.zip

0 commit comments

Comments
 (0)