I have installed the firebase package. as we know minSdkVersion 19
is recommended. So, I wanted to do this process. however, I saw that this line is included in the android/app/build.gradle
file
minSdkVersion flutter.minSdkVersion
The previous view would be as follows
minSdkVersion 16
Is it possible to change the version with a file? that is, whether the value for minSdkVersion is split into another file?
Thanks!