thudugala / Plugin.LocalNotification

The local notification plugin provides a way to show local notifications from .Net MAUI and Xamarin Forms apps .
MIT License
419 stars 68 forks source link

cannot access ListenableFuture #33

Closed jrahma closed 5 years ago

jrahma commented 5 years ago

Hi,

I am getting:

error: cannot access ListenableFuture public class ScheduledNotificationWorker class file for com.google.common.util.concurrent.ListenableFuture not found LocalNotifications.Android C:\Users\jrahm\Source\Repos\LocalNotifications\LocalNotifications\LocalNotifications.Android\obj\Debug\90\android\src\md50e8eea8286f69b03ef3779df0abd57a6\ScheduledNotificationWorker.java 4

Thanks, Jassim

thudugala commented 5 years ago

Please look at #27

jrahma commented 5 years ago

Yes it is working. Thanks