zubairehman / flutter_boilerplate_project

A boilerplate project created in flutter using MobX and Provider.
http://zubairehman.surge.sh/
MIT License
2.26k stars 905 forks source link

feature/mvi branch update compileSdkVersion to 31 #124

Open dyardy opened 2 years ago

dyardy commented 2 years ago

Warning: The plugin path_provider_android requires Android SDK version 31. Warning: The plugin shared_preferences_android requires Android SDK version 31. One or more plugins require a higher Android SDK version. Fix this issue by adding the following to C:\Apps\pickupv3\android\app\build.gradle: android { compileSdkVersion 31 ... }