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
commit 9501d43357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,7 @@
## 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
- fix ios build [#2854](https://gthub.com/react-native-video/react-native-video/pull/2854)

View File

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