Merge pull request #2860 from licaon-kter/patch-1
Exoplayer is in google()
This commit is contained in:
commit
9501d43357
@ -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)
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user