Open
Description
🐛 Bug Report
Warning: The plugin url_launcher_android requires Android SDK version 33.
For more information about build configuration, see https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
One or more plugins require a higher Android SDK version.
Fix this issue by adding the following to E:\Development\Google\Flutter\samples\flutter_cached_network_image\cached_network_image\example\android\app\build.gradle:
android {
compileSdkVersion 33
...
}
Expected behavior
Reproduction steps
run example from cached_network_image
Configuration
Version: 3.2.2
Platform:
- [] 📱 iOS
- 🤖 Android