Update cordova-android version in test app

This commit is contained in:
Sefa Ilkimen
2018-12-10 15:57:47 +01:00
parent c70ce750ed
commit b6d8763a18
4 changed files with 7 additions and 5 deletions
+3 -2
View File
@@ -22,8 +22,9 @@
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<engine name="android" spec="6.2.3" />
<engine name="android" spec="7.1.0" />
<engine name="browser" spec="5.0.0" />
<engine name="ios" spec="4.4.0" />
<plugin name="cordova-plugin-file" spec="4.3.3" />
<plugin name="cordova-plugin-file" spec="6.0.1" />
<preference name="AndroidPersistentFileLocation" value="Internal" />
</widget>