This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[video_player] Add URL for exoplayer to maven for all dependents (#3979)
JCenter has the older version of ExoPlayer that the plugin currently uses, but Google's maven server doesn't so we need to add a workaround in the short term for the removal of JCenter in #3924 to avoid breaking clients of video_player. This was not caught in presubmit because the video_player example had this same workaround left over from an issue several years ago that caused JCenter not to have that version either; that issue was since fixed, but the workaround was never removed. This removes the example-level workaround so the example won't mask exoplayer maven issues in the future. (Also temporarily re-adds the workaround to the camera example, which broke post-publishing, to fix the tree. All example workarounds should be removable once this change is published.)
- Loading branch information
1 parent
2576d6b
commit 8f4c774
Showing
5 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters