The zip ordering does not match. Could it be you've built this APK using Android Studio, with the Jetbrains JDK? In that case it would help if you could, for release builds…
- switch to a different JDK, preferably (by order): OpenJDK, Temurin, Adopt.
- build from the command line, using
./gradlew clean assembleRelease
The zip ordering does not match. Could it be you've built this APK using Android Studio, with the Jetbrains JDK? In that case it would help if you could, for release builds…
./gradlew clean assembleRelease