FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:signReleaseBundle'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.FinalizeBundleTask$BundleToolRunnable
> Failed to read key upload from store "/Users/alisolanki/upload-keystore.jks": Integrity check failed: java.security.NoSuchAlgorithmException:
Algorithm HmacPBESHA256 not available
What I've tried:
- Tried changing the JDK
- Tried creating a new keystore file (Appbundle gets created, however as it is a new keystore file, it doesn't get accepted to Google Playstore)
I don't want to go through the hassle of making a support request to Google Playstore of changing my upload key as I have the keystore and the password for it as well.
