[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:
Reid Baker
2025-02-26 14:41:06 -05:00
committed by GitHub
parent 8d28983155
commit 804b3cac19

View File

@ -75,7 +75,7 @@ android {
defaultConfig {
applicationId "dev.flutter.packages.foo.example"
minSdkVersion flutter.minSdkVersion
targetSdkVersion 32
targetSdkVersion 35
}
}