We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9433817 commit 8fe7de0Copy full SHA for 8fe7de0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@red-mobile/nodejs-mobile-cordova",
3
- "version": "1.0.0",
+ "version": "2.0.0",
4
"description": "Node.js for Mobile Apps Cordova plugin",
5
"cordova": {
6
"id": "@red-mobile/nodejs-mobile-cordova",
@@ -34,9 +34,9 @@
34
},
35
"engines": {
36
"cordovaDependencies": {
37
- ">=0.1.0": {
38
- "cordova-android": ">=6.2.1"
39
- }
+ "2.0.0": {
+ "cordova-android": ">=12.0.0"
+ }
40
}
41
42
0 commit comments