From 4e291712aa6087a508b7cc9bd7d67038b5c14f61 Mon Sep 17 00:00:00 2001 From: DimaDemchenko Date: Tue, 13 Aug 2024 13:03:53 +0300 Subject: [PATCH] chore: Update build.gradle to use buildToolsVersion 35.0.0 --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 82f0602..c9b9356 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -27,7 +27,7 @@ android { namespace = "com.example.demo" compileSdk = flutter.compileSdkVersion ndkVersion = flutter.ndkVersion - buildToolsVersion = "34.0.0" + buildToolsVersion = "35.0.0" compileOptions { sourceCompatibility = JavaVersion.VERSION_1_8