Releases: NativeScript/android
Releases · NativeScript/android
v4.1.3
v4.1.2
v3.4.3
v4.1.1
What's New
- Add support for java.nio.HeapByteBuffer to ArrayBuffer conversion(#1060)
- Upgrade Gradle version (wrapper and plugin) to latest(#1054)
- Accessing Native Packages starting with 'in'(#1046)
- tns-android 4.0.1: undefined objects are dumped with console.log making the log unreadable(#1026)
- Support new gradle dependency configuration(#993)
- new Date() does not work as expected after time zone change(#961)
- Update V8 to latest stable version(#808)
- Checking if java class implements java interface(#739)
- How to disable console.logs in release builds(#1024)
Bug Fixes
v4.0.1
Bug Fixes
v4.0.0
Breaking Changes
- Rewrite the build script routine to no longer use flavors as the primary mechanism to apply nativescript plugin Android configurations (#890) - If you see the
All flavors must now belong to a named flavor dimension.
build error, ensure that you are using the latest CLI. Plugins will be built implicitly by the CLI, version 4.0.0-rc or newer. - Application package outputs are now located at
platforms/android/app/build/outputs/<build-type>/<flavor - if any>/app-<build-type>.apk
(#938)
What's New
- Respect
.jar
and.aar
libraries fromApp_Resources/Android/libs
(#899) - Add user-defined Android project files -
.java
, resources, assets inApp_Resources/Android
(#700) - Enabled after updating the App_Resources/Android subdirectory structure. Usetns resources update android
with CLI 4.0.0-rc or newer. - Console API improvements - file name, line, column support in Chrome DevTools; Objects are expanded to JSON representations (#894) (#884) - Replaces the console API in the
tns-core-modules
. - Update Gradle to 4.1 and Android plugin for Gradle to 3.0.1 (#938)