diff --git a/Sample/Nuget/Sample.Android/MainActivity.cs b/Sample/Nuget/Sample.Android/MainActivity.cs
index 5e9e491..27662fa 100644
--- a/Sample/Nuget/Sample.Android/MainActivity.cs
+++ b/Sample/Nuget/Sample.Android/MainActivity.cs
@@ -16,7 +16,7 @@ protected override void OnCreate(Bundle savedInstanceState)
base.OnCreate(savedInstanceState);
global::Xamarin.Forms.Forms.Init(this, savedInstanceState);
FormsMaterial.Init(this,savedInstanceState);
- Xamarin.EnableKeyboardEffect.Platform.Droid.Effects.Init(this);
+ Xamarin.KeyboardHelper.Platform.Droid.Effects.Init(this);
LoadApplication(new App());
}
}
diff --git a/Sample/Nuget/Sample.Android/Sample.Android.csproj b/Sample/Nuget/Sample.Android/Sample.Android.csproj
index d6d33f9..32188f0 100644
--- a/Sample/Nuget/Sample.Android/Sample.Android.csproj
+++ b/Sample/Nuget/Sample.Android/Sample.Android.csproj
@@ -49,9 +49,6 @@
-
- 1.1.0
-
@@ -61,6 +58,9 @@
3.6.0.293080
+
+ 2.0.0
+
diff --git a/Sample/Nuget/Sample.iOS/AppDelegate.cs b/Sample/Nuget/Sample.iOS/AppDelegate.cs
index 6170c5e..273e57b 100644
--- a/Sample/Nuget/Sample.iOS/AppDelegate.cs
+++ b/Sample/Nuget/Sample.iOS/AppDelegate.cs
@@ -21,7 +21,7 @@ public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{
global::Xamarin.Forms.Forms.Init();
FormsMaterial.Init();
- Xamarin.EnableKeyboardEffect.Platform.iOS.Effects.Init();
+ Xamarin.KeyboardHelper.Platform.iOS.Effects.Init();
LoadApplication(new App());
return base.FinishedLaunching(app, options);
diff --git a/Sample/Nuget/Sample.iOS/Sample.iOS.csproj b/Sample/Nuget/Sample.iOS/Sample.iOS.csproj
index 6f31eab..381844c 100644
--- a/Sample/Nuget/Sample.iOS/Sample.iOS.csproj
+++ b/Sample/Nuget/Sample.iOS/Sample.iOS.csproj
@@ -151,13 +151,13 @@
-
- 1.1.0
-
3.6.0.293080
+
+ 2.0.0
+
diff --git a/Sample/Nuget/Sample/MainPage.xaml b/Sample/Nuget/Sample/MainPage.xaml
index 225afc7..1385f6e 100644
--- a/Sample/Nuget/Sample/MainPage.xaml
+++ b/Sample/Nuget/Sample/MainPage.xaml
@@ -1,7 +1,7 @@
@@ -9,12 +9,12 @@
-
+
-
+
diff --git a/Sample/Nuget/Sample/MainPage.xaml.cs b/Sample/Nuget/Sample/MainPage.xaml.cs
index 0c77232..011f211 100644
--- a/Sample/Nuget/Sample/MainPage.xaml.cs
+++ b/Sample/Nuget/Sample/MainPage.xaml.cs
@@ -1,5 +1,5 @@
using System;
-using Xamarin.EnableKeyboardEffect;
+using Xamarin.KeyboardHelper;
using Xamarin.Forms;
namespace Sample
diff --git a/Sample/Nuget/Sample/Sample.csproj b/Sample/Nuget/Sample/Sample.csproj
index 308040b..b3f02bc 100644
--- a/Sample/Nuget/Sample/Sample.csproj
+++ b/Sample/Nuget/Sample/Sample.csproj
@@ -10,7 +10,7 @@
-
+
\ No newline at end of file