@nativescript/template-tab-navigation-vue 8.5.0 → 8.6.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.
@@ -4,13 +4,13 @@ dependencies {
4
4
  }
5
5
 
6
6
  android {
7
- // compileSdkVersion 32
8
- // buildToolsVersion "32.0.0"
7
+ compileSdkVersion 33
8
+ buildToolsVersion "33"
9
9
  // ndkVersion ""
10
10
 
11
11
  defaultConfig {
12
- minSdkVersion 17
13
- // targetSdkVersion 32
12
+ minSdkVersion 23
13
+ targetSdkVersion 33
14
14
 
15
15
  // Version Information
16
16
  versionCode 1
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@nativescript/template-tab-navigation-vue",
3
3
  "main": "app/app.js",
4
4
  "displayName": "Tabs",
5
- "version": "8.5.0",
5
+ "version": "8.6.0",
6
6
  "description": "Tabbed interface template using Vue",
7
7
  "author": "NativeScript Team <oss@nativescript.org>",
8
8
  "license": "Apache-2.0",
@@ -40,12 +40,12 @@
40
40
  "category-general"
41
41
  ],
42
42
  "dependencies": {
43
- "@nativescript/core": "~8.5.0",
43
+ "@nativescript/core": "~8.6.0",
44
44
  "@nativescript/theme": "~3.0.2",
45
45
  "nativescript-vue": "~2.9.3"
46
46
  },
47
47
  "devDependencies": {
48
- "@nativescript/webpack": "~5.0.14",
48
+ "@nativescript/webpack": "~5.0.18",
49
49
  "nativescript-vue-template-compiler": "~2.9.3"
50
50
  }
51
51
  }