Skip to content

Commit

Permalink
try to fix compile, not succeed #9614 flutter#899 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Jun 22, 2023
1 parent 274e5dc commit f61dbff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ subprojects {
lockAllConfigurations()
}
}

// #9614, https://github.com/flutter/gallery/issues/899#issuecomment-1427994192
afterEvaluate {
if (plugins.hasPlugin('com.android.library')) {
dependencies {
implementation "io.flutter:flutter_embedding_profile:+"
}
}
}
}

tasks.register("clean", Delete) {
Expand Down

0 comments on commit f61dbff

Please sign in to comment.