Skip to content

Commit

Permalink
Update dependencies (will point to live plugin)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmso committed Jan 10, 2021
1 parent a7c1880 commit cdf6051
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
24 changes: 14 additions & 10 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"cordova-android": "^9.0.0",
"cordova-browser": "^6.0.0",
"cordova-ios": "^6.1.1",
"cordova-plugin-applovin-max": "file:../..",
"cordova-plugin-applovin-max": "^1.0.1",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-vibration": "^3.1.1",
"cordova-plugin-whitelist": "^1.3.4"
Expand All @@ -25,12 +25,13 @@
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-vibration": {}
"cordova-plugin-vibration": {},
"cordova-plugin-applovin-max": {}
},
"platforms": [
"android",
"ios",
"browser"
"browser",
"android"
]
}
}
}

0 comments on commit cdf6051

Please sign in to comment.