OneSignal / OneSignal-Xamarin-SDK

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Xamarin app with OneSignal. https://onesignal.com
Other
104 stars 50 forks source link

Update Android Support Dependencies to 28 and Add Xamarin.AndroidX.Migration #232

Closed jkasten2 closed 3 years ago

jkasten2 commented 3 years ago

Issue

Xamarin.AndroidX.Migration requires that all Android Support Library references be the latest Android Support Library version 28 otherwise it won't apply.

Fix

Resolves

Tested

Example where upgrading Android Support Dependencies to 28 and adding Xamarin.AndroidX.Migration worked correctly: https://github.com/jkasten2/Xamarin-AndroidAPI30-OneSignal3.10.4

This change is Reviewable