ms88privat / react-native-video-gstreamer

react-native video component for android with gstreamer
21 stars 7 forks source link

Image downloader deprecated API #2

Open startsev opened 9 years ago

startsev commented 9 years ago

@ms88privat after upgrade to react native 0.14.1, when building app to device raised Note about deprecated API

:ReactNativeMediaPlayerAndroid:processReleaseJavaRes UP-TO-DATE
:ReactNativeMediaPlayerAndroid:compileReleaseJavaWithJavac
Note: videotest/node_modules/react-native-video-gstreamer/android/src/main/java/com/library/mediaplayer/streaming/utils/ImageDownloader.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: videotest/node_modules/react-native-video-gstreamer/android/src/main/java/com/library/mediaplayer/streaming/utils/ImageDownloader.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.