From 8b73f00b585750179693480368302755bb78304d Mon Sep 17 00:00:00 2001 From: James Montemagno Date: Sun, 10 Mar 2019 11:02:57 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 699cd38..2d83c05 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,13 @@ http://motzcod.es/post/128274430137/pull-to-refresh-anyish-xamarinforms-view Also available as a NuGet: https://www.nuget.org/packages/Refractored.XamForms.PullToRefresh/ Build Status: [![Build status](https://dev.azure.com/jamesmontemagno/Plugins%20for%20Xamarin/_apis/build/status/PullToRefresh)](https://dev.azure.com/jamesmontemagno/Plugins%20for%20Xamarin/_build/latest?definitionId=0) + **Important** If you are using the NuGet ensure that you call “PullToRefreshLayoutRenderer.Init();” in both your MainActivity and AppDelegate. (Similar to Xamarin.Forms.Maps). -Android: You must build and compile against SDK 7.1+ as this uses Android Support 25.4.0.2! +Android: You must build and compile against SDK 8.1 or 9.0. ![](demo.gif)