@nativescript/android 8.6.0 → 8.6.2

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.
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <shape xmlns:android="http://schemas.android.com/apk/res/android"
3
+ android:shape="rectangle">
4
+ <solid android:color="#44403c" />
5
+ <corners android:bottomRightRadius="8dp"
6
+ android:bottomLeftRadius="8dp"
7
+ android:topRightRadius="8dp"
8
+ android:topLeftRadius="8dp"/>
9
+ </shape>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <shape xmlns:android="http://schemas.android.com/apk/res/android"
3
+ android:shape="rectangle">
4
+ <solid android:color="@color/nativescript_blue" />
5
+ <corners android:bottomRightRadius="8dp"
6
+ android:bottomLeftRadius="8dp"
7
+ android:topRightRadius="8dp"
8
+ android:topLeftRadius="8dp"/>
9
+ </shape>
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.6.0",
4
+ "version": "8.6.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/NativeScript/android.git"