Skip to content

Commit 681244e

Browse files
authored
Update build-tools in template build.gradle script to 25.0.2
Update build-tools in template build.gradle script to 25.0.2 as per the minimal Android SDK build tools requirements for building Android applications with NativeScript.
1 parent 34aeb60 commit 681244e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def computeBuildToolsVersion() {
7373
return buildToolsVersion
7474
}
7575
else {
76-
return "23.0.3"
76+
return "25.0.2"
7777
}
7878
}
7979
project.ext.selectedBuildType = project.hasProperty("release") ? "release" : "debug"

0 commit comments

Comments
 (0)