Skip to content

Commit

Permalink
Merge pull request TheWidlarzGroup#1592 from yjb94/master
Browse files Browse the repository at this point in the history
Change compileOnly to implementation on gradle (for newer gradle versions and react-native 0.59 support)

(rebased from commit cad807d)
  • Loading branch information
CHaNGeTe authored and Beau Ner committed Oct 10, 2019
1 parent 780593f commit 61c47cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions android-exoplayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ android {
}

dependencies {
compileOnly "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
// ZL: CHANGED TO VERSION 2.9.6
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
implementation('com.google.android.exoplayer:exoplayer:2.9.6') {
exclude group: 'com.android.support'
}
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ android {

dependencies {
//noinspection GradleDynamicVersion
compileOnly "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
implementation 'com.yqritc:android-scalablevideoview:1.0.4'
}

0 comments on commit 61c47cb

Please sign in to comment.