Skip to content

Fix compileSdkVersion on newer flutter#13

Open
atrope wants to merge 1 commit into
microsoft:mainfrom
SuaMusica:fix/lStar
Open

Fix compileSdkVersion on newer flutter#13
atrope wants to merge 1 commit into
microsoft:mainfrom
SuaMusica:fix/lStar

Conversation

@atrope

@atrope atrope commented Aug 8, 2024

Copy link
Copy Markdown

Make a non-breaking change to ensure compatibility with the newer Flutter version and enable our app to build successfully.

in Android/build.gradle add:


ext {
    compileSdkVersion   = 34
}

@felipecastrosales felipecastrosales left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants