Skip to content

Commit c8e29da

Browse files
authored
Merge pull request #718 from NativeScript/pete/up-build-tools-version
Update build-tools in template build script to 25.0.2
2 parents 34aeb60 + 681244e commit c8e29da

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)