Skip to content

Commit 3a92285

Browse files
author
Mihail Slavchev
committed
upgrade build tools version to 25.0.2
1 parent 385359c commit 3a92285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)