You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/08/01 09:47:53 UTC

[GitHub] [cordova-android] jsaraiva edited a comment on issue #729: Support new Android App Bundle package format

jsaraiva edited a comment on issue #729: Support new Android App Bundle package format
URL: https://github.com/apache/cordova-android/issues/729#issuecomment-517212361
 
 
   BTW, in case it helps anyone, here are my package.json scripts for buildings artifacts deployable in the Play Store:
   
       "build-android-apk": "cordova build android --release",
       "build-android-bundle": "cordova build android --release ; cd ./platforms/android/ ; ./gradlew bundleRelease",
       "run-android": "cordova run android --release",
   
   Using latest versions of cordova and cordova-android (8.0.0).
   The signing part (also done by bundleRelease) is handled by the build.json file, as I mentioned above.
   The resulting aab file is located at platforms/android/build/bundle .
   
   Cheers!

----------------------------------------------------------------
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


With regards,
Apache Git Services

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