pull blackberry10 target from build
This commit is contained in:
parent
9cfaaae6cb
commit
12e7c24a3d
2 changed files with 1 additions and 4 deletions
|
@ -85,7 +85,6 @@
|
|||
<icon height="144" src="resources/icon-144.png" width="144" />
|
||||
</platform>
|
||||
<engine name="android" spec="^6.2.3" />
|
||||
<engine name="blackberry10" spec="^3.8.0" />
|
||||
<plugin name="cordova-plugin-console" spec="^1.0.5" />
|
||||
<plugin name="cordova-plugin-device" spec="^1.1.4" />
|
||||
<plugin name="cordova-plugin-inappbrowser" spec="^1.7.1" />
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
"@ionic-native/status-bar": "3.10.2",
|
||||
"@ionic/storage": "2.0.1",
|
||||
"cordova-android": "^6.2.3",
|
||||
"cordova-blackberry10": "^3.8.0",
|
||||
"cordova-plugin-console": "^1.0.5",
|
||||
"cordova-plugin-device": "^1.1.4",
|
||||
"cordova-plugin-inappbrowser": "^1.7.1",
|
||||
|
@ -60,8 +59,7 @@
|
|||
"cordova-plugin-inappbrowser": {}
|
||||
},
|
||||
"platforms": [
|
||||
"android",
|
||||
"blackberry10"
|
||||
"android"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue