File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
testing/android_background_image/android/app Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,17 @@ android {
45
45
}
46
46
47
47
dependencies {
48
+ // Please *don't* add embedding dependencies to this file.
49
+ // The embedding dependencies are configured in tools/androidx/files.json.
50
+ // Only add test dependencies.
51
+
48
52
implementation files(project. property(' flutter_jar' ))
49
- implementation ' androidx.appcompat:appcompat:1.1.0'
50
- implementation ' androidx.lifecycle:lifecycle-common-java8:2.2.0-alpha01'
51
- implementation ' androidx.tracing:tracing:1.0.0'
53
+ }
54
+
55
+ // Configure the embedding dependencies.
56
+ apply from : new File (rootDir, ' ../../../tools/androidx/configure.gradle' ). absolutePath;
57
+ configureDependencies(new File (rootDir, ' ../../..' )) { dependency ->
58
+ dependencies {
59
+ implementation " $dependency "
60
+ }
52
61
}
You can’t perform that action at this time.
0 commit comments