From 361b771371cf56004691aa6683e595735f91f3f3 Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Mon, 11 Jun 2018 11:05:26 -0700 Subject: [PATCH] Make ExoPlayer the default Android library --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a906357..31df96b8 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "author": "Brent Vatne (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" + } } }