demetrio812 / nativescript-ibeacon

iBeacon library for Nativescript (supporting iOS and Android)
Other
13 stars 9 forks source link

Gradle compile issue in nativescript-ibeacon and change plugin version #24

Open KunaalMangal opened 1 year ago

KunaalMangal commented 1 year ago

Hello ! @demetrio812 @simonox @Pinny3 , I am KUNAAL MANGAL. I am creating this issue because I am facing this in my NativeScript project which I have upgraded from NativeScript 6 to NativeScript 8. I am facing a problem related to adding/declaring Gradle dependency configuration using Compile method and android beacon library plugin version. Change this compile method to API or Implementation as compile method is deprecated in Gradle 7.0 and also upgrade your beacon version with latest stable version maybe 2.19.5. You can see the official documentation of Gradle for reference from the given link :- https://docs.gradle.org/current/userguide/upgrading_version_6.html

image

demetrio812 commented 1 year ago

Hello, I'm not maintaining this anymore, if you create a PR that updates it to the latest version I will merge it, thanks