mirror of
https://github.com/androidx/media.git
synced 2026-03-13 08:20:10 +08:00
This is needed to pick up the fix for https://issuetracker.google.com/426553902 which will otherwise disrupt the `1.9.0-alpha01` release. This was done using the 'upgrade assistant' in Android Studio and tested with: ```shell $ ./gradlew \ -Dorg.gradle.jvmargs=-Xmx7g \ -Dorg.gradle.java.home=/usr/lib/jvm/default-java \ clean build ``` And also tested by installing the following demo apps and checking they launched: * main * cast * compose * composition * effect * gl * litert * session * shortform * surface * transformer * controller test app I didn't test: * session-automotive (didn't have an appropriate emulator to hand) PiperOrigin-RevId: 816110135