Skip to content

Commit 6b4ea0f

Browse files
Make compatible with newer gradle
1 parent 168d69a commit 6b4ea0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ android {
2929
}
3030

3131
dependencies {
32-
compile 'com.facebook.react:react-native:+'
33-
compile 'com.writingminds:FFmpegAndroid:0.3.2'
32+
implementation 'com.facebook.react:react-native:+'
33+
implementation 'com.writingminds:FFmpegAndroid:0.3.2'
3434
}

0 commit comments

Comments
 (0)