OwnWeb / flutter_map_tappable_polyline

A tappable Polyline plugin for flutter_map
https://pub.dev/packages/flutter_map_tappable_polyline
MIT License
54 stars 44 forks source link

Upgrading pre 1.12 Android project to v2 #46

Closed k5924 closed 1 year ago

k5924 commented 2 years ago

Problem: Error message would appear when building the application asking stating that the app is using a deprecated version of Android embedding

List of Changes: In AndroidManifest.xml

Note: Due to the code editor I am using, the code in AndroidManifest.xml was given a different formatting style but the application appears to operate as intended This solves #43

HugoHeneault commented 1 year ago

Thanks alot @k5924 👏

I've resolved conflicts and done some cleanup (unecessary .project & .settings/* files) I'll merge soon.

HugoHeneault commented 1 year ago

I also reverted some gradle version changes : why did you downgrade them?

Thanks :)

k5924 commented 1 year ago

Sorry about that, didnt know I downgraded the gradle version. Its been a while since I looked at this PR/branch 😅