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
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