@nativescript/android 8.7.0 → 8.8.0-alpha.1
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/build.gradle +222 -98
- 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/build.gradle +7 -7
- package/framework/gradle/wrapper/gradle-wrapper.properties +1 -1
- package/framework/gradle.properties +13 -13
- package/package.json +11 -11
|
Binary file
|
package/framework/build.gradle
CHANGED
|
@@ -38,9 +38,9 @@ version of the {N} CLI install a previous version of the runtime package - 'tns
|
|
|
38
38
|
""")
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
project.ext.extractedDependenciesDir = "${project.
|
|
42
|
-
project.ext.cleanupAllJarsTimestamp = "${project.
|
|
43
|
-
project.ext.extractAllJarsTimestamp = "${project.
|
|
41
|
+
project.ext.extractedDependenciesDir = "${project.layout.buildDirectory.dir("exploded-dependencies").get().asFile}"
|
|
42
|
+
project.ext.cleanupAllJarsTimestamp = "${project.layout.buildDirectory.file("cleanupAllJars.timestamp").get().asFile}"
|
|
43
|
+
project.ext.extractAllJarsTimestamp = "${project.layout.buildDirectory.file("extractAllJars.timestamp").get().asFile}"
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
project.ext.nativescriptDependencies = new JsonSlurper().parseText(dependenciesJson.text)
|
|
@@ -144,7 +144,7 @@ version of the {N} CLI install a previous version of the runtime package - 'tns
|
|
|
144
144
|
dependencies {
|
|
145
145
|
classpath "com.android.tools.build:gradle:$androidBuildToolsVersion"
|
|
146
146
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
|
|
147
|
-
classpath "org.
|
|
147
|
+
classpath "org.apache.groovy:groovy-all:4.0.21"
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
150
|
|
|
@@ -165,6 +165,6 @@ allprojects {
|
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
167
|
|
|
168
|
-
task clean(type:
|
|
169
|
-
delete rootProject.
|
|
170
|
-
}
|
|
168
|
+
task clean (type:Delete) {
|
|
169
|
+
delete rootProject.layout.buildDirectory.get().asFile
|
|
170
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
distributionBase=GRADLE_USER_HOME
|
|
2
2
|
distributionPath=wrapper/dists
|
|
3
|
-
distributionUrl=https\://services.gradle.org/distributions/gradle-
|
|
3
|
+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
|
|
4
4
|
zipStoreBase=GRADLE_USER_HOME
|
|
5
5
|
zipStorePath=wrapper/dists
|
|
@@ -19,27 +19,27 @@ android.enableJetifier=true
|
|
|
19
19
|
android.useAndroidX=true
|
|
20
20
|
|
|
21
21
|
# Default versions used throughout the gradle configurations
|
|
22
|
-
NS_DEFAULT_BUILD_TOOLS_VERSION=
|
|
23
|
-
NS_DEFAULT_COMPILE_SDK_VERSION=
|
|
22
|
+
NS_DEFAULT_BUILD_TOOLS_VERSION=34.0.0
|
|
23
|
+
NS_DEFAULT_COMPILE_SDK_VERSION=34
|
|
24
24
|
NS_DEFAULT_MIN_SDK_VERSION=17
|
|
25
|
-
NS_DEFAULT_ANDROID_BUILD_TOOLS_VERSION=
|
|
25
|
+
NS_DEFAULT_ANDROID_BUILD_TOOLS_VERSION=8.3.2
|
|
26
26
|
|
|
27
|
-
ns_default_androidx_appcompat_version = 1.
|
|
28
|
-
ns_default_androidx_exifinterface_version = 1.3.
|
|
29
|
-
ns_default_androidx_fragment_version = 1.
|
|
30
|
-
ns_default_androidx_material_version = 1.
|
|
27
|
+
ns_default_androidx_appcompat_version = 1.6.1
|
|
28
|
+
ns_default_androidx_exifinterface_version = 1.3.7
|
|
29
|
+
ns_default_androidx_fragment_version = 1.6.2
|
|
30
|
+
ns_default_androidx_material_version = 1.8.0
|
|
31
31
|
ns_default_androidx_multidex_version = 2.0.1
|
|
32
32
|
ns_default_androidx_transition_version = 1.4.1
|
|
33
33
|
ns_default_androidx_viewpager_version = 1.0.0
|
|
34
|
-
ns_default_asm_util_version = 7
|
|
35
|
-
ns_default_asm_version = 7
|
|
36
|
-
ns_default_bcel_version = 6.
|
|
34
|
+
ns_default_asm_util_version = 9.7
|
|
35
|
+
ns_default_asm_version = 9.7
|
|
36
|
+
ns_default_bcel_version = 6.8.2
|
|
37
37
|
ns_default_commons_io_version = 2.6
|
|
38
38
|
ns_default_google_java_format_version = 1.6
|
|
39
|
-
ns_default_gson_version = 2.
|
|
39
|
+
ns_default_gson_version = 2.10.1
|
|
40
40
|
ns_default_json_version = 20180813
|
|
41
41
|
ns_default_junit_version = 4.13.2
|
|
42
|
-
ns_default_kotlin_version =
|
|
43
|
-
ns_default_kotlinx_metadata_jvm_version = 0.
|
|
42
|
+
ns_default_kotlin_version = 2.0.0-RC1
|
|
43
|
+
ns_default_kotlinx_metadata_jvm_version = 2.0.0-RC1
|
|
44
44
|
ns_default_mockito_core_version = 3.0.0
|
|
45
45
|
ns_default_spotbugs_version = 3.1.12
|
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": "8.
|
|
4
|
+
"version": "8.8.0-alpha.1",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/NativeScript/android.git"
|
|
@@ -10,20 +10,20 @@
|
|
|
10
10
|
"**/*"
|
|
11
11
|
],
|
|
12
12
|
"version_info": {
|
|
13
|
-
"v8": "
|
|
14
|
-
"gradle": "
|
|
15
|
-
"gradleAndroid": "
|
|
16
|
-
"ndk": "
|
|
17
|
-
"ndkApiLevel": "
|
|
13
|
+
"v8": "10.3.22.0",
|
|
14
|
+
"gradle": "8.4",
|
|
15
|
+
"gradleAndroid": "8.3.2",
|
|
16
|
+
"ndk": "r23c",
|
|
17
|
+
"ndkApiLevel": "17",
|
|
18
18
|
"minSdk": "17",
|
|
19
|
-
"compileSdk": "
|
|
20
|
-
"buildTools": "
|
|
21
|
-
"kotlin": "
|
|
19
|
+
"compileSdk": "34",
|
|
20
|
+
"buildTools": "34.0.0",
|
|
21
|
+
"kotlin": "2.0.0-RC1"
|
|
22
22
|
},
|
|
23
23
|
"// this gradle key is here for backwards compatibility - we'll phase it out slowly...": "",
|
|
24
24
|
"gradle": {
|
|
25
|
-
"version": "
|
|
26
|
-
"android": "
|
|
25
|
+
"version": "8.4",
|
|
26
|
+
"android": "8.3.2"
|
|
27
27
|
},
|
|
28
28
|
"scripts": {
|
|
29
29
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|