Skip to content

Commit

Permalink
chore: Update build.gradle to use buildToolsVersion 35.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaDemchenko committed Aug 13, 2024
1 parent e84c611 commit 4e29171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e29171

Please sign in to comment.