powerplanner / powerplannerapps

The mobile apps for Power Planner
GNU General Public License v3.0
41 stars 6 forks source link

Nuget updates #56

Closed andrewleader closed 3 years ago

andrewleader commented 3 years ago

Note that updating App Center increases Android min version to API 21 (Android 5.0), previously I had min version at API 16 (Android 4.1-4.4 would be cut). In the last 90 days, I've only had 22 users running below Android 5.0, which is 0.1% of my Android users. Seems fine to cut support.

andrewleader commented 3 years ago

UWP/iOS seem good, just need to test deployed Android version

andrewleader commented 3 years ago

Hmm, Android version crashes on launch 💣

andrewleader commented 3 years ago

Seems the Android crashing might be this issue: https://github.com/xamarin/GooglePlayServicesComponents/issues/390

andrewleader commented 3 years ago

Fixed crashing issue by installing the latest Dagger package. Will merge!