@nativescript/android 8.9.1 → 9.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/framework/app/libs/runtime-libs/nativescript-optimized-with-inspector.aar +0 -0
- package/framework/app/libs/runtime-libs/nativescript-optimized.aar +0 -0
- package/framework/app/libs/runtime-libs/nativescript-regular.aar +0 -0
- package/framework/build-tools/android-metadata-generator.jar +0 -0
- package/framework/build-tools/dts-generator.jar +0 -0
- package/framework/build-tools/jsparser/js_parser.js +1 -1
- package/framework/build-tools/static-binding-generator.jar +0 -0
- package/framework/gradle/wrapper/gradle-wrapper.properties +1 -1
- package/framework/gradle.properties +1 -1
- package/package.json +5 -5
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#Tue Feb 11 10:56:28 AST 2025
|
|
2
2
|
distributionBase=GRADLE_USER_HOME
|
|
3
3
|
distributionPath=wrapper/dists
|
|
4
|
-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.
|
|
4
|
+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
|
|
5
5
|
zipStoreBase=GRADLE_USER_HOME
|
|
6
6
|
zipStorePath=wrapper/dists
|
|
@@ -22,7 +22,7 @@ android.useAndroidX=true
|
|
|
22
22
|
NS_DEFAULT_BUILD_TOOLS_VERSION=35.0.0
|
|
23
23
|
NS_DEFAULT_COMPILE_SDK_VERSION=35
|
|
24
24
|
NS_DEFAULT_MIN_SDK_VERSION=21
|
|
25
|
-
NS_DEFAULT_ANDROID_BUILD_TOOLS_VERSION=8.
|
|
25
|
+
NS_DEFAULT_ANDROID_BUILD_TOOLS_VERSION=8.12.1
|
|
26
26
|
|
|
27
27
|
ns_default_androidx_appcompat_version = 1.7.0
|
|
28
28
|
ns_default_androidx_exifinterface_version = 1.3.7
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nativescript/android",
|
|
3
3
|
"description": "NativeScript for Android using v8",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "9.0.0-alpha.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/NativeScript/android.git"
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
],
|
|
12
12
|
"version_info": {
|
|
13
13
|
"v8": "10.3.22.0",
|
|
14
|
-
"gradle": "8.
|
|
15
|
-
"gradleAndroid": "8.
|
|
14
|
+
"gradle": "8.14.3",
|
|
15
|
+
"gradleAndroid": "8.12.1",
|
|
16
16
|
"ndk": "r27",
|
|
17
17
|
"ndkApiLevel": "21",
|
|
18
18
|
"minSdk": "21",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
},
|
|
23
23
|
"// this gradle key is here for backwards compatibility - we'll phase it out slowly...": "",
|
|
24
24
|
"gradle": {
|
|
25
|
-
"version": "8.
|
|
26
|
-
"android": "8.
|
|
25
|
+
"version": "8.14.3",
|
|
26
|
+
"android": "8.12.1"
|
|
27
27
|
},
|
|
28
28
|
"scripts": {
|
|
29
29
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|