Cordova Android 8.1.0 Released!
17 Sep 2019
We are happy to announce that we have just released Cordova Android 8.1.0! This is one of Cordova's supported platforms for building Android mobile applications.
Release Highlights
To upgrade:
cordova platform remove android
cordova platform add android@8.1.0
The most notable improvement in this minor release is the support to build .aab bundle packages.
Please report any issues you find at issues.cordova.io!
Changes include:
- GH-827 chore: bump dependencies for release 8.1.0
- GH-651 feat: added multiple selection for filepicker
- GH-672 chore: compress files in /res with tinypng.com
- GH-815 fix:
cleancommand - GH-750 Don't request focus explicitly if not needed
- GH-800 GH-799 (android) Stop webview from restarting when activity resizes
- GH-764 feat: Build app bundles (.aab files)
- GH-788 Simplify
apkSorterusingcompare-funcpackage - GH-787 Simplify and fix promise handling in specs
- GH-784 Properly handle promise in create script
- GH-783 Do not clobber process properties with test mocks
- GH-782 Do not clobber
console.logto spy on it - GH-724 Add Node.js 12 to CI Services
- GH-777 ci(travis): set
dist: trustyin.travis.yml - GH-779 Consistent order from
ProjectBuilder.apkSorter - GH-778 test: use verbose spec reporter
- GH-774
rewireworkaround for NodeJS 12 - GH-772
nyc@14update in devDependencies - GH-765 ci(travis): Fix Android SDK
- GH-713 Do not explicitly require modules from project directory
- GH-676 Added allprojects repositories for Framework Release Builds
- GH-699 Improve Gradle Build Arguments
- GH-710 Fix deprecation warning in
SystemCookieManager - GH-691 GH-690: Run
preparewith the correctConfigParser - GH-673 Updated
Android_HOMETest to Follow GH-656 Change
