Remove multidex config from iamf_decoder library's

`AndroidManifest.xml`. This doesn't have Gradle wiring yet, so was
probably missed as part of https://github.com/androidx/media/pull/1549.

PiperOrigin-RevId: 657549817
This commit is contained in:
ibaker 2024-07-30 05:20:04 -07:00 committed by Copybara-Service
parent 7d784d4067
commit 8360e44e07

View File

@ -22,7 +22,6 @@
<uses-sdk/>
<application
android:name="androidx.multidex.MultiDexApplication"
android:allowBackup="false"
tools:ignore="MissingApplicationIcon,HardcodedDebugMode"/>