Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

flutter build appbundle

android {

    compileSdkVersion 31

    compileOptions {
       ...
    }

   ... ...

    defaultConfig {
        ...
        minSdkVersion 28
        targetSdkVersion 30
       ...
    }
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #flutter #build #appbundle
ADD COMMENT
Topic
Name
2+9 =