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.
1 parent 385359c commit 3a92285Copy full SHA for 3a92285
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