remove intellij references to the v1 embedding jars now that the v2 embeddings are referenced via maven (#55353)

This commit is contained in:
xster 2020-04-22 13:33:13 -07:00 committed by GitHub
parent 0b93a9219b
commit 72986f7bcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 28 deletions

View file

@ -605,7 +605,6 @@ To edit platform code in an IDE see https://flutter.dev/developing-packages/#edi
'useAndroidEmbeddingV2': featureFlags.isAndroidEmbeddingV2Enabled,
'androidMinApiLevel': android.minApiLevel,
'androidSdkVersion': android_sdk.minimumAndroidSdkVersion,
'androidFlutterJar': '$flutterRoot/bin/cache/artifacts/engine/android-arm/flutter.jar',
'withDriverTest': renderDriverTest,
'pluginClass': pluginClass,
'pluginDartClass': pluginDartClass,

View file

@ -1,9 +0,0 @@
<component name="libraryTable">
<library name="Flutter for Android">
<CLASSES>
<root url="jar://{{{androidFlutterJar}}}!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

View file

@ -1,9 +0,0 @@
<component name="libraryTable">
<library name="Flutter for Android">
<CLASSES>
<root url="jar://{{{androidFlutterJar}}}!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

View file

@ -1,9 +0,0 @@
<component name="libraryTable">
<library name="Flutter for Android">
<CLASSES>
<root url="jar://{{{androidFlutterJar}}}!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>