Skip to content

Not working on android compile sdk 33 #794

Open
@burhankhanzada

Description

@burhankhanzada

🐛 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomers who would like to start contributing to the project.type: example app

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions