Make ExoPlayer the default Android library

This commit is contained in:
Hampton Maxwell 2018-06-11 11:05:26 -07:00
parent 1522644f70
commit 361b771371

View File

@ -6,7 +6,7 @@
"license": "MIT",
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
"contributors": [
{
{
"name": "Isaiah Grey",
"email": "isaiahgrey@gmail.com"
},
@ -40,5 +40,10 @@
},
"scripts": {
"test": "node_modules/.bin/eslint *.js"
},
"rnpm": {
"android": {
"sourceDir": "./android-exoplayer"
}
}
}