Flutter compileSdkVersion and targetSdkVersion on Android
I Would Like to Know That If I Want My App to Support New Android Phone Which Api Level Is 9.0(Pie), What Value Should I Set for compileSdkVersion and...
I would like to know that if I want my app to support new Android phone which api level is 9.0(Pie), what value should I set for compileSdkVersion and targetSdkVersion on build.gradle.
Does anyone know about this?
3 Answers
Must Read
compileSdkVersion : version actually used to build the app
It's usually recommended to use the Flutter constant for the compileSdkVersion to always compile with the latest version of the SDK supported by Flutter : compileSdkVersion flutter.compileSdkVersion.