Recently I've noted Flutter has done some changes to android\app\build.gradle, it is not using numeric values for compileSdkVersion, minSdkVersion and targetSdkVersion anymore, instead it is using flutter.compileSdkVersion, flutter.minSdkVersion and flutter.targetSdkVersion respectively.
So my question is: Where/How are those values configured? because I don't find info on Web.