mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
API Level 30 is now included. Also the `native` namespace used for Android/Java typings no longer collides with integrations. BREAKING CHANGE: If you were using`native.Array` for any of your own custom plugin typings, you can switch them to `androidNative.Array` BEFORE: ``` public writeAsync(path: string, bytes: native.Array<number>) ... ``` AFTER: ``` public writeAsync(path: string, bytes: androidNative.Array<number>) ... ```
12 lines
296 B
JSON
12 lines
296 B
JSON
{
|
|
"name": "@nativescript/types-android",
|
|
"version": "7.3.0-rc.0",
|
|
"description": "NativeScript Types for Android.",
|
|
"homepage": "https://nativescript.org",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/NativeScript/NativeScript"
|
|
},
|
|
"license": "Apache-2.0"
|
|
}
|