Skip to content

Commit

Permalink
docs(example): add androidx plugins to cordova prop
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Dec 23, 2019
1 parent 37ee77b commit d5ed9db
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-lottie-splashscreen": {}
"cordova-plugin-androidx": {},
"cordova-plugin-androidx-adapter": {},
"cordova-plugin-lottie-splashscreen": {},
"cordova-plugin-whitelist": {}
},
"platforms": [
"android",
"ios"
]
}
}
}

0 comments on commit d5ed9db

Please sign in to comment.