Skip to content

Commit

Permalink
Fix gradle task configuration issue
Browse files Browse the repository at this point in the history
  • Loading branch information
reidbaker committed Jun 27, 2024
1 parent 16d224b commit 2048396
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions add_to_app/plugin/android_using_plugin/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ android {
minifyEnabled false
}
}
// Remove when #flutter/flutter/issues/150955 is merged to stable.
lintOptions {
checkReleaseBuilds false
}
// Keep java and kotlin versions in sync.
compileOptions {
sourceCompatibility 1.8
Expand Down

0 comments on commit 2048396

Please sign in to comment.