pull in/rely on exoplayer locally

This commit is contained in:
austinried
2021-09-07 12:20:52 +09:00
parent 2097a9f7fd
commit 721a42f60f
5 changed files with 19 additions and 0 deletions

View File

@@ -30,3 +30,7 @@ FLIPPER_VERSION=0.75.1
# react-native-async-storage next
AsyncStorage_useNextStorage=true
AsyncStorage_kotlinVersion=1.4.21
# required to override exoplayer used by react-native-track-player, resolves "abstract method" error
# see: https://github.com/google/ExoPlayer/issues/6801#issuecomment-574089568
android.enableDexingArtifactTransform=false