pichillilorenzo / flutter_appavailability

A Flutter plugin that allows you to check if an app is installed/enabled, launch an app and get the list of installed apps.
https://pub.dartlang.org/packages/flutter_appavailability
MIT License
92 stars 89 forks source link

Update compileSdkVersion 27 to 28 #17

Open rabadam opened 4 years ago

rabadam commented 4 years ago

flutter_appavailability/android/build.gradle:line 25 compileSdkVersion 27

Would it be ok to update to 28?

All my Flutter plugins have compileSdkVersion 28 in their respective build.gradle files. When generating my Android release build it fails, but succeeds when I manually edit line 25 above to use 28.