@nativescript/android 8.4.0 → 8.5.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.
@@ -20,8 +20,8 @@ android.enableJetifier=true
20
20
  android.useAndroidX=true
21
21
 
22
22
  # Default versions used throughout the gradle configurations
23
- NS_DEFAULT_BUILD_TOOLS_VERSION=32.0.0
24
- NS_DEFAULT_COMPILE_SDK_VERSION=32
23
+ NS_DEFAULT_BUILD_TOOLS_VERSION=33.0.0
24
+ NS_DEFAULT_COMPILE_SDK_VERSION=33
25
25
  NS_DEFAULT_MIN_SDK_VERSION=17
26
26
  NS_DEFAULT_ANDROID_BUILD_TOOLS_VERSION=7.3.0
27
27
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@nativescript/android",
3
- "description": "NativeScript Runtime for Android",
4
- "version": "8.4.0",
3
+ "description": "NativeScript for Android using v8",
4
+ "version": "8.5.0-alpha.1",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "https://github.com/NativeScript/android-runtime.git"
7
+ "url": "https://github.com/NativeScript/android.git"
8
8
  },
9
9
  "files": [
10
10
  "**/*"