Merge pull request #1062 from react-native-community/chore/default-exoplayer
Make ExoPlayer the default Android library
This commit is contained in:
commit
ddbc9ab0d4
@ -6,7 +6,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
|
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Isaiah Grey",
|
"name": "Isaiah Grey",
|
||||||
"email": "isaiahgrey@gmail.com"
|
"email": "isaiahgrey@gmail.com"
|
||||||
},
|
},
|
||||||
@ -40,5 +40,10 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node_modules/.bin/eslint *.js"
|
"test": "node_modules/.bin/eslint *.js"
|
||||||
|
},
|
||||||
|
"rnpm": {
|
||||||
|
"android": {
|
||||||
|
"sourceDir": "./android-exoplayer"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user