You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/07/08 22:49:28 UTC

[GitHub] [cordova-android] breautek commented on issue #1025: With cordova-android@9.0.0 defining versionNameSuffix in build-extras.gradle results in suffix being used as complete version name

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org