AyogoHealth / cordova-plugin-update-notifier

Cordova plugin for showing a notification for app updates.
Apache License 2.0
27 stars 10 forks source link

[android] Fix material library breaking builds #14

Closed dpogue closed 3 years ago

dpogue commented 3 years ago

The 1.5.0-alpha03 version of Google's material library has a dependency on Android SDK 31 and causes AAPT build failures with older SDKs. Cordova's latest Android release uses SDK 30, so we don't want to require SDK 31 yet.