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 23c07aa commit cca32f9Copy full SHA for cca32f9
vendor/gradle-plugin/build.gradle
@@ -159,10 +159,10 @@ allprojects {
159
}
160
161
162
-def computeCompileSdkVersion = { -> project.hasProperty("compileSdk") ? compileSdk : 34 }
163
-def computeTargetSdkVersion = { -> project.hasProperty("targetSdk") ? targetSdk : 34 as int }
+def computeCompileSdkVersion = { -> project.hasProperty("compileSdk") ? compileSdk : 35 }
+def computeTargetSdkVersion = { -> project.hasProperty("targetSdk") ? targetSdk : 35 as int }
164
def computeBuildToolsVersion = { ->
165
- project.hasProperty("buildToolsVersion") ? buildToolsVersion : "34.0.0"
+ project.hasProperty("buildToolsVersion") ? buildToolsVersion : "35.0.1"
166
167
168
android {
0 commit comments