Skip to content

Commit 37398b1

Browse files
committed
Make cordova-android 7.x mandatory
With Tabris.js 3.0 the project migrates to cordova-android 7.x.
1 parent abc2c04 commit 37398b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<!-- cordova -->
1515
<engines>
16-
<engine name="cordova" version=">=3.8.0" />
16+
<engine name="cordova-android" version=">=7.0.0" />
1717
</engines>
1818

1919
<js-module src="www/Messaging.js" name="messaging">

0 commit comments

Comments
 (0)