@nativescript/android 8.2.0-alpha.2 → 8.2.0-alpha.6

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.
@@ -123,7 +123,7 @@ version of the {N} CLI install a previous version of the runtime package - 'tns
123
123
 
124
124
  def computeKotlinVersion = { -> project.hasProperty("kotlinVersion") ? kotlinVersion : "${kotlin_version}"
125
125
  }
126
- def computeBuildToolsVersion = { -> project.hasProperty("androidBuildToolsVersion") ? androidBuildToolsVersion : "7.0.2"}
126
+ def computeBuildToolsVersion = { -> project.hasProperty("androidBuildToolsVersion") ? androidBuildToolsVersion : "${ANDRIOD_BUILD_TOOLS_VERSION}"}
127
127
  def kotlinVersion = computeKotlinVersion()
128
128
  def androidBuildToolsVersion = computeBuildToolsVersion()
129
129
 
@@ -134,7 +134,7 @@ version of the {N} CLI install a previous version of the runtime package - 'tns
134
134
  dependencies {
135
135
  classpath "com.android.tools.build:gradle:$androidBuildToolsVersion"
136
136
  classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
137
- classpath group: 'org.codehaus.groovy', name: 'groovy-all', version: '3.0.8', ext: 'pom'
137
+ classpath "org.codehaus.groovy:groovy-all:3.0.8"
138
138
  }
139
139
  }
140
140
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nativescript/android",
3
3
  "description": "NativeScript Runtime for Android",
4
- "version": "8.2.0-alpha.2",
4
+ "version": "8.2.0-alpha.6",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/NativeScript/android-runtime.git"
@@ -10,14 +10,15 @@
10
10
  "**/*"
11
11
  ],
12
12
  "versions": {
13
- "v8": "9.2.230.18",
13
+ "v8": "9.7.106.13",
14
14
  "gradle": "7.0.2",
15
+ "gradleAndroid": "7.0.4",
15
16
  "ndk": "r22",
16
17
  "ndkApiLevel": "19",
17
18
  "minSdk": "19",
18
- "compileSdk": "31",
19
- "buildTools": "31.0.0",
20
- "kotlin": "1.5.21"
19
+ "compileSdk": "30",
20
+ "buildTools": "30.0.2",
21
+ "kotlin": "1.6.0"
21
22
  },
22
23
  "publishConfig": {
23
24
  "tag": "alpha",