Skip to content

Commit eb4f15f

Browse files
committed
release: 9.0.3
1 parent 2b6cb03 commit eb4f15f

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [9.0.3](https://github.com/NativeScript/android/compare/v9.0.2...v9.0.3) (2026-04-24)
2+
3+
4+
### Bug Fixes
5+
6+
* circular dependencies when using proguard ([#1910](https://github.com/NativeScript/android/issues/1910)) ([49da71b](https://github.com/NativeScript/android/commit/49da71bd49b567361cb8a1651fc9fa194df6714b))
7+
* ensure dex cache directory exists before proxy generation ([#1938](https://github.com/NativeScript/android/issues/1938)) ([2b6cb03](https://github.com/NativeScript/android/commit/2b6cb03caeb59ce2a17101817c4f03c36b055fde))
8+
* jsparser report webpack failure ([#1797](https://github.com/NativeScript/android/issues/1797)) ([e963d6c](https://github.com/NativeScript/android/commit/e963d6c880586ddff768663e34fc11487b21081c))
9+
* multithreadedJS should use concurrent java maps ([#1920](https://github.com/NativeScript/android/issues/1920)) ([1fd144f](https://github.com/NativeScript/android/commit/1fd144f8c1ef3c16796860460a9ecf6be27e2762))
10+
* select correct runtime when calling from different threads and improve error message ([#1906](https://github.com/NativeScript/android/issues/1906)) ([df4e81b](https://github.com/NativeScript/android/commit/df4e81b8ba11f7f70fe5aea3f8b496658576f5d0))
11+
12+
13+
### Features
14+
15+
* add `@CriticalNative` and `@FastNative` to safe methods ([#1921](https://github.com/NativeScript/android/issues/1921)) ([085bc4f](https://github.com/NativeScript/android/commit/085bc4f67912ba25dc60ad11beee30a6d180a53e))
16+
* improved error logging for NativeScript exceptions ([#1908](https://github.com/NativeScript/android/issues/1908)) ([e924542](https://github.com/NativeScript/android/commit/e924542e24a45ef550a1616ec3480bf9a9738266))
17+
18+
19+
120
## [9.0.2](https://github.com/NativeScript/android/compare/v9.0.1...v9.0.2) (2026-01-04)
221

322

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/android",
33
"description": "NativeScript for Android using v8",
4-
"version": "9.0.2",
4+
"version": "9.0.3",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/NativeScript/android.git"

0 commit comments

Comments
 (0)