We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34aeb60 + 681244e commit c8e29daCopy full SHA for c8e29da
1 file changed
build-artifacts/project-template-gradle/build.gradle
@@ -73,7 +73,7 @@ def computeBuildToolsVersion() {
73
return buildToolsVersion
74
}
75
else {
76
- return "23.0.3"
+ return "25.0.2"
77
78
79
project.ext.selectedBuildType = project.hasProperty("release") ? "release" : "debug"
0 commit comments