-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.platform-linuxBuilding on or for Linux specificallyBuilding on or for Linux specifically
Description
flutter.compileSdkVersion is defined in the flutter project and helps migrate all examples to the compile sdk version that is defined by flutter instead of the one hardcoded during project creation. The flutter create tool has already been updated but any previously defined examples used hardcoded values.
Updating compileSdkVersion is expected to have no runtime modifications to code and generally should be set to the highest version published by android.
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.platform-linuxBuilding on or for Linux specificallyBuilding on or for Linux specifically