diff --git a/vendor/gradle-plugin/build.gradle b/vendor/gradle-plugin/build.gradle index 1bd9c57cf4..e775618e64 100644 --- a/vendor/gradle-plugin/build.gradle +++ b/vendor/gradle-plugin/build.gradle @@ -159,10 +159,10 @@ allprojects { } -def computeCompileSdkVersion = { -> project.hasProperty("compileSdk") ? compileSdk : 34 } -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 } def computeBuildToolsVersion = { -> - project.hasProperty("buildToolsVersion") ? buildToolsVersion : "34.0.0" + project.hasProperty("buildToolsVersion") ? buildToolsVersion : "35.0.1" } android {