mirror of
https://github.com/flutter/packages.git
synced 2025-08-06 17:28:42 +08:00
[tool] Update targetsdk version to 35 from 32 (#8694)
part of #flutter/flutter/issues/14983 This is just a test usage but it came up in my search for older versions of android being used.
This commit is contained in:
@ -75,7 +75,7 @@ android {
|
||||
defaultConfig {
|
||||
applicationId "dev.flutter.packages.foo.example"
|
||||
minSdkVersion flutter.minSdkVersion
|
||||
targetSdkVersion 32
|
||||
targetSdkVersion 35
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user