Skip to content

Commit

Permalink
Fix Android build (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
dekpient authored Jun 23, 2023
1 parent f37b3fd commit 545ec3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* Update build.gradle for React Native 0.59+ compatibility
* Play audio through earpiece by default
* Turn on proximity sensor when playing audio
* Fix build caused by JCenter being removed
* Cherry picked from [this commit](https://github.com/react-native-video/react-native-video/commit/9bfd806f76cab8233c32feea04b1477a72d09aa7)

### Version 5.0.2
* Fix crash when RCTVideo's superclass doesn't observe the keyPath 'frame' (iOS) [#1720](https://github.com/react-native-community/react-native-video/pull/1720)
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ android {
dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
implementation 'com.yqritc:android-scalablevideoview:1.0.4'
implementation "com.github.adityaxjha:Android-ScalableVideoView:10e7b4da8b"
}

0 comments on commit 545ec3b

Please sign in to comment.