Unverified Commit 72986f7b authored by xster's avatar xster Committed by GitHub

remove intellij references to the v1 embedding jars now that the v2 embeddings...

remove intellij references to the v1 embedding jars now that the v2 embeddings are referenced via maven (#55353)
parent 0b93a921
......@@ -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,
......
<component name="libraryTable">
<library name="Flutter for Android">
<CLASSES>
<root url="jar://{{{androidFlutterJar}}}!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
<component name="libraryTable">
<library name="Flutter for Android">
<CLASSES>
<root url="jar://{{{androidFlutterJar}}}!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
<component name="libraryTable">
<library name="Flutter for Android">
<CLASSES>
<root url="jar://{{{androidFlutterJar}}}!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment