diff --git a/android/build.gradle b/android/build.gradle index e93d9f1..2de7cdd 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -20,6 +20,6 @@ android { } dependencies { - compile 'com.facebook.react:react-native:0.20.+' - compile 'com.googlecode.mp4parser:isoparser:1.1.21' + implementation 'com.facebook.react:react-native:0.20.+' + implementation 'com.googlecode.mp4parser:isoparser:1.1.21' }