From 07c5ba674a7e5a52f3d1f31181ceaf3195971d65 Mon Sep 17 00:00:00 2001 From: olivier bouillet Date: Sun, 16 Oct 2022 15:37:29 +0200 Subject: [PATCH 1/2] chore(android): fix linter warning --- android/build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index d465c47b..ebacc8e9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -40,11 +40,10 @@ dependencies { implementation "androidx.annotation:annotation:1.1.0" implementation "androidx.core:core:1.1.0" implementation "androidx.media:media:1.1.0" - implementation 'androidx.activity:activity:1.4.0' + implementation "androidx.activity:activity:1.4.0" implementation('com.google.android.exoplayer:extension-okhttp:2.18.1') { exclude group: 'com.squareup.okhttp3', module: 'okhttp' } - implementation 'com.squareup.okhttp3:okhttp:${OKHTTP_VERSION}' - + implementation "com.squareup.okhttp3:okhttp:" + '$OKHTTP_VERSION' } From 9f9a4113ea139ec415183d42304282223beb21e7 Mon Sep 17 00:00:00 2001 From: olivier bouillet Date: Sun, 16 Oct 2022 15:39:31 +0200 Subject: [PATCH 2/2] chore: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33907369..f494b778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Android: Switch Google's maven repository to default `google()` [#2860](https://github.com/react-native-video/react-native-video/pull/2860) - Android: Implement focusable prop so the video view can toggle whether it is focusable for non-touch devices [#2819](https://github.com/react-native-video/react-native-video/issues/2819) - Fix iOS RCTSwiftLog naming collision [#2868](https://github.com/react-native-video/react-native-video/issues/2868) +- Android: fix linter warning [#2891] (https://github.com/react-native-video/react-native-video/pull/2891) ### Version 6.0.0-alpha3