Hi all,
I am having a hard time to get the Flic2 SDK working in my Android app due to permission issue.
I just add the following line in my build.gradle with no other changes:
implementation 'com.github.50ButtonsEach:flic2lib-android:1.+'
But, ACCESS_FINE_LOCATION permission is denied even if user allowed it in permission dialog.
If I remove that line from build.gradle, permission is granted after user allowed it.
Is there any other version that works with permission?
Thank you.