From 73150cf9c5f32229aabc4af6d3c4b69f41d83b39 Mon Sep 17 00:00:00 2001 From: bachinger Date: Fri, 17 Feb 2023 11:05:49 +0000 Subject: [PATCH] Update migration script Only the version need to be updated. No changes in class or package mappings since the last release. PiperOrigin-RevId: 510385733 --- media3-migration.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media3-migration.sh b/media3-migration.sh index aa18290950f..3ee152513f7 100644 --- a/media3-migration.sh +++ b/media3-migration.sh @@ -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.0-beta03" -LEGACY_PEER_VERSION="2.18.2" +MEDIA3_VERSION="1.0.0-rc01" +LEGACY_PEER_VERSION="2.18.3" function usage() { echo "usage: $0 [-p|-c|-d|-v]|[-m|-l [-x ] [-f] PROJECT_ROOT]"