Skip to content

Commit

Permalink
Add another AndroidX package to Android app build.
Browse files Browse the repository at this point in the history
  • Loading branch information
saurik committed May 16, 2024
1 parent fd70004 commit ffdfae8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,10 @@ android {
implementation flutter
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"

// https://github.com/flutter/flutter/issues/76183
// this library is now used by a35e3fe4a34b94a9b624f56e81ad4ff040230a40
// but, flutter fails to add a dependency to ensure it gets embedded :/
implementation "androidx.activity:activity:1.0.0"

// XXX: upgrading to Flutter 3.3 caused these to be required somehow :/
implementation "androidx.core:core:1.6.0"
implementation "androidx.tracing:tracing:1.0.0"
implementation "androidx.window:window:1.0.0"
}

lintOptions {
Expand Down

0 comments on commit ffdfae8

Please sign in to comment.