Today when I try to upload a new version of my apk to Google Play, I have the following message:
You loaded an APK with a signature that is not valid (get more information about the signatures) apksigner error: ERROR (Jar signer LEMON.RSA): JAR signature META-INF/LEMON.RSA uses digest algorithm 2.16.840.1.101.3.4.2.1 and signature algorithm 1.2.840.113549.1.1.1 which is not supported on API Levels [[15, 17]]
The apk was compiled with Corona SDK, and earlier versions I had no problems with the same keystore.
What should I do to compile each time the app does not have to alter the apk with jarsigner?