Repro steps:
- Enable
enableProguardInReleaseBuilds in the app's build.gradle file of the vanilla example app
- Make sure that new architecture is enabled (
newArchEnabled=true in gradle.properties, enabled by default)
- Build the release variant
- Start the app
Result:

Probably related to Proguard, because it works fine without it.