mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore(release): @nativescript/types-minimal 8.4.0
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nativescript/types-minimal",
|
"name": "@nativescript/types-minimal",
|
||||||
"version": "8.3.0",
|
"version": "8.4.0",
|
||||||
"description": "NativeScript 'Minimal' Types for only the latest Android and iOS sdks.",
|
"description": "NativeScript 'Minimal' Types for only the latest Android and iOS sdks.",
|
||||||
"homepage": "https://nativescript.org",
|
"homepage": "https://nativescript.org",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -28,7 +28,7 @@ echo "Deleting old android typings..."
|
|||||||
rm packages/types-minimal/src/lib/android/api/*
|
rm packages/types-minimal/src/lib/android/api/*
|
||||||
|
|
||||||
echo "Copying minimal typings to android/api..."
|
echo "Copying minimal typings to android/api..."
|
||||||
array=( android-declarations.d.ts android-platform-32.d.ts androidx-32.d.ts )
|
array=( android-declarations.d.ts android-platform-33.d.ts androidx-32.d.ts )
|
||||||
for i in "${array[@]}"
|
for i in "${array[@]}"
|
||||||
do
|
do
|
||||||
echo "Including: $i"
|
echo "Including: $i"
|
||||||
|
|||||||
Reference in New Issue
Block a user