Closed SherwinJames closed 1 year ago
Hi, could you try running the example app, if it works, there's probably some misconfiguration. You can compare your pubspec.yaml file with the one is example.
If you really think this might be because of compile sdk 28, would you consider creating a PR for that?
If you really think this might be because of compile sdk 28, would you consider creating a PR for that?
Flooded with work at the moment, not sure when I'll be able to get to that. For now I just changed the local cached copy of your plugin build.gradle file from compileSdkVersion 28 to 30, and that solves the compile issue (temporarily). By the way my applications pubspec.yaml matches you example pubspec.yaml (with regard to the sdk version: nearby_connections: ^3.1.0 )
Cool, I'll try to update this ASAP.
Closing this since it has already been completed.
Your compile version in your build.gradle for Android is set to "compileSdkVersion 28", causing compile errors: