xamarin / app-crm

MIT License
387 stars 249 forks source link

Fix no longer supported ABI #127

Open andrewleader opened 4 years ago

andrewleader commented 4 years ago

armeabi is no longer supported and throws a compile error on latest VS 16.3 as seen in issue #126. Fixing this and also adding 64-bit support (which is now required for all Google Play apps).

Fixes #126.