Merge pull request #2860 from licaon-kter/patch-1

Exoplayer is in google()
This commit is contained in:
Olivier Bouillet
2022-09-21 11:49:36 +02:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
## Changelog ## Changelog
### Version 6.0.0-alpha4
- Android: Switch Google's maven repository to default `google()` [#2860](https://github.com/react-native-video/react-native-video/pull/2860)
### Version 6.0.0-alpha3 ### Version 6.0.0-alpha3
- fix ios build [#2854](https://gthub.com/react-native-video/react-native-video/pull/2854) - fix ios build [#2854](https://gthub.com/react-native-video/react-native-video/pull/2854)

View File

@@ -27,8 +27,7 @@ android {
} }
repositories { repositories {
// Remove this repository line after google releases to google() or mavenCentral() google()
maven { url "https://dl.google.com/android/maven2" }
} }
dependencies { dependencies {