Skip to content

Commit 73150cf

Browse files
marcbaechingerchristosts
authored andcommitted
Update migration script
Only the version need to be updated. No changes in class or package mappings since the last release. PiperOrigin-RevId: 510385733
1 parent f72ca83 commit 73150cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

media3-migration.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ extension-workmanager media3-exoplayer-workmanager'
128128
# Rewrites classes, packages and dependencies from the legacy ExoPlayer package structure
129129
# to androidx.media3 structure.
130130

131-
MEDIA3_VERSION="1.0.0-beta03"
132-
LEGACY_PEER_VERSION="2.18.2"
131+
MEDIA3_VERSION="1.0.0-rc01"
132+
LEGACY_PEER_VERSION="2.18.3"
133133

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

0 commit comments

Comments
 (0)