Skip to content

Commit

Permalink
chore(android): add reference to Flutter #63533
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Sep 29, 2024
1 parent ec6751f commit 3c14070
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ android {
namespace = "dev.flutterquill.quill_native_bridge"
}

// Using outdated compileSdk can prevent apps
// from build using newer API
// https://github.com/flutter/flutter/issues/63533
compileSdk = 34

compileOptions {
Expand Down

0 comments on commit 3c14070

Please sign in to comment.