Skip to content

Commit

Permalink
Update migration script for 1.0.2/2.18.7
Browse files Browse the repository at this point in the history
#minor-release

PiperOrigin-RevId: 529742339
(cherry picked from commit c12fea7)
  • Loading branch information
marcbaechinger authored and icbaker committed May 15, 2023
1 parent d57f5b4 commit 690e172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media3-migration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ extension-workmanager media3-exoplayer-workmanager'
# Rewrites classes, packages and dependencies from the legacy ExoPlayer package structure
# to androidx.media3 structure.

MEDIA3_VERSION="1.0.1"
LEGACY_PEER_VERSION="2.18.6"
MEDIA3_VERSION="1.0.2"
LEGACY_PEER_VERSION="2.18.7"

function usage() {
echo "usage: $0 [-p|-c|-d|-v]|[-m|-l [-x <path>] [-f] PROJECT_ROOT]"
Expand Down

0 comments on commit 690e172

Please sign in to comment.