breautek commented on issue #1025: URL: https://github.com/apache/cordova-android/issues/1025#issuecomment-655796788
Thank you for taking the time to fill out the issue form. I've Confirmed the issue. On 8.1.0 I observed: ``` aapt dump badging app-debug.apk package: name='io.cordova.hellocordova' versionCode='10000' versionName='1.0.0.debug' platformBuildVersionName='1.0.0.debug' ``` On 9.0.0 I observed: ``` aapt dump badging app-debug.apk package: name='io.cordova.hellocordova' versionCode='10000' versionName='.debug' compileSdkVersion='29' compileSdkVersionCodename='10' ``` Not sure on the cause, I don't have a workaround at this time. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
