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 9351746 commit b63a500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ android {
namespace = "com.example.demo"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
buildToolsVersion "34.0.0"

compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit b63a500

Please sign in to comment.