Skip to content

Commit

Permalink
chore: Update build.gradle to use buildToolsVersion 34.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaDemchenko committed Aug 13, 2024
1 parent b63a500 commit e84c611
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 = "34.0.0"

compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit e84c611

Please sign in to comment.