We upgraded to the latest Gradle 7.2. Before the upgrade, it used to work
While generating the apk file from the aab using the bundletool, MANIFEST.MF file is not buldled in the apk. And the MANIFEST.MF file is present in the aab.
If I generate an apk from the Android Studio, then the MANIFEST.MF file is present.
Here is the code snippet.
java -jar bundletool-all-1.10.0.jar build-apks --bundle=${OUTPUT_AAB} \
--output=${OUTPUT_APKS} \
--overwrite \
--mode=universal \
--ks=app/${storeFile} \
--ks-pass=pass:${storePassword} \
--ks-key-alias=${keyAlias} \
--key-pass=pass:${keyPassword}