Tapadoo / Alerter

An Android Alerting Library
MIT License
5.52k stars 633 forks source link

Alerter.isShowing() is not found #211

Closed pankajtalaviya97 closed 4 years ago

pankajtalaviya97 commented 4 years ago

not found and check with isshowing alert

error: cannot find symbol method isShowing() error: cannot find symbol method hide()

help me thanks in advance...

kpmmmurphy commented 4 years ago

Hey @pankajtalaviya97, which version of the library are you using? And could you please post a code snippet below of how you're invoking these static methods, many thanks.

pankajtalaviya97 commented 4 years ago

5.1.1 version used

pankajtalaviya97 commented 4 years ago

implementation 'com.tapadoo.android:alerter:1.0.6' this lib version are used in my project

kpmmmurphy commented 4 years ago

Please use the latest version of the library

implementation 'com.tapadoo.android:alerter:5.1.2'