mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
[CB-3416] adding empty <plugins> element during deprecation window.
This commit is contained in:
parent
13148728b3
commit
227733d195
@ -98,4 +98,7 @@
|
|||||||
<feature name="InAppBrowser">
|
<feature name="InAppBrowser">
|
||||||
<param name="android-package" value="org.apache.cordova.InAppBrowser"/>
|
<param name="android-package" value="org.apache.cordova.InAppBrowser"/>
|
||||||
</feature>
|
</feature>
|
||||||
|
<!-- Deprecated plugins element. Remove in 3.0 -->
|
||||||
|
<plugins>
|
||||||
|
</plugins>
|
||||||
</widget>
|
</widget>
|
||||||
|
Loading…
Reference in New Issue
Block a user