forked from flutter/flutter
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve Android SDK and NDK mistmatch warning message (flutter#147809)
This PR resolves flutter#147806 - List plugin that want to be compiled against a higher Android SDK version - List plugins that depend on a different NDK version (we don't have a way to compare them) - Small formatting and wording improvements - Update syntax to work for both Groovy and Kotlin - If project uses `build.gradle.kts`, then it is mentioned in the warning message (previously always `build.gradle` was mentioned) <img width="1209" alt="demo" src="https://github.com/flutter/flutter/assets/40357511/be3522b5-d1b4-4983-9fed-8aaa0f0bc7f7">
- Loading branch information
1 parent
28e65b7
commit 7cf1969
Showing
3 changed files
with
70 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters