From b7689f95b99c9edb6e77a080ca2ee2fb06b03cc5 Mon Sep 17 00:00:00 2001
From: Brad Martin <bradwaynemartin@gmail.com>
Date: Wed, 31 Jul 2019 15:00:37 -0500
Subject: [PATCH] bump for bad publish

---
 src/package.json                                                | 2 +-
 src/packages/listview/tns-custom-scrolling-layout-callback.d.ts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/package.json b/src/package.json
index 5582939..d8d34a7 100644
--- a/src/package.json
+++ b/src/package.json
@@ -1,6 +1,6 @@
 {
   "name": "nativescript-wear-os",
-  "version": "2.1.0",
+  "version": "2.1.1",
   "description": "NativeScript plugin that implements Wear OS specific components and layouts.",
   "main": "index",
   "typings": "index.d.ts",
diff --git a/src/packages/listview/tns-custom-scrolling-layout-callback.d.ts b/src/packages/listview/tns-custom-scrolling-layout-callback.d.ts
index fbec35b..c8bf814 100644
--- a/src/packages/listview/tns-custom-scrolling-layout-callback.d.ts
+++ b/src/packages/listview/tns-custom-scrolling-layout-callback.d.ts
@@ -2,5 +2,5 @@ export declare class TNS_CustomScrollingLayoutCallback extends androidx.wear.wid
     .WearableLinearLayoutManager.LayoutCallback {
     private static MAX_ICON_PROGRESS;
     constructor();
-    onLayoutFinished(child: android.view.View, parent: any): void;
+    onLayoutFinished(child: android.view.View, parent: androidx.recyclerview.widget.RecyclerView): void;
 }