pszklarska / beacon_broadcast

A Flutter plugin for turning your device into a beacon.
https://pub.dartlang.org/packages/beacon_broadcast/
MIT License
81 stars 33 forks source link

made gradlew file executable for everybody #7

Closed dknaus closed 4 years ago

dknaus commented 4 years ago

I experimented with beacon_broadcast a bit recently. After some flutter/gradle updates I couldn't run "flutter build apk" anymore. The flutter log pointed me to the problem: the gradlew file seems to have wrong file permissions. I'm really not sure how/why it worked before, but making the file executable solved my issues. Maybe you could consider merging this PR

pszklarska commented 4 years ago

Hi @dknaus! Thanks for your contribution. Probably grade wrapper shouldn't be in that repository at all, I'll look into that.

pszklarska commented 4 years ago

Hey! I checked it and it doesn't seem like a problem on the library side, so I'm closing this PR.