Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b8b007f

Browse files
authored
Make Android Studio depend on the android_embedding_dependencies (#50612)
Aligns our (Android Studio) IDE support with the actual dependencies that get resolved by our build process, by depending on the androidx jars directly. Follow up to [discord discussion](https://discord.com/channels/608014603317936148/1204566292346961950/1204594136343248946). [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent c0607a0 commit b8b007f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ android {
3232
}
3333

3434
dependencies {
35-
implementation 'androidx.annotation:annotation-jvm:1.7.1'
35+
implementation fileTree(include: ["*.jar"], dir: "../../../../third_party/android_embedding_dependencies/lib/")
3636
}

0 commit comments

Comments
 (0)