mirror of
https://github.com/androidx/media.git
synced 2025-05-11 17:49:52 +08:00
Make migration script work with OSX bash and zsh
`sed` has a different in-place command line syntax in FreeBsd than GNU tools. This change makes the `sed` commands work with FreeBSD `sed` on OSX in bash and zsh shells. Issue: androidx/media#217 PiperOrigin-RevId: 522043938
This commit is contained in:
parent
6c55f25bfd
commit
5442c33ac7
@ -85,6 +85,9 @@
|
|||||||
* Remove `HlsMasterPlaylist`, use `HlsMultivariantPlaylist` instead.
|
* Remove `HlsMasterPlaylist`, use `HlsMultivariantPlaylist` instead.
|
||||||
* Remove `Player.stop(boolean)`. Use `Player.stop()` and
|
* Remove `Player.stop(boolean)`. Use `Player.stop()` and
|
||||||
`Player.clearMediaItems()` (if `reset` is `true`) instead.
|
`Player.clearMediaItems()` (if `reset` is `true`) instead.
|
||||||
|
* Migration script
|
||||||
|
* Fix bug where backup files for each touched file were left in a migrated
|
||||||
|
project on OSX.
|
||||||
|
|
||||||
### 1.0.0 (2023-03-22)
|
### 1.0.0 (2023-03-22)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user