Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

flutter step to release appbundle

keytool -genkey -v -keystore ~/upload-keystore.jks -keyalg RSA -keysize 2048 -validity 10000 -alias upload
Comment

flutter build appbundle

android {

    compileSdkVersion 31

    compileOptions {
       ...
    }

   ... ...

    defaultConfig {
        ...
        minSdkVersion 28
        targetSdkVersion 30
       ...
    }
}
Comment

PREVIOUS NEXT
Code Example
Shell :: bootar pendrive linux 
Shell :: run mongo cli 
Shell :: get public ip 
Shell :: linux add user with home directory 
Shell :: stash changes before checkout from the branch 
Shell :: search everithing for ubuntu 
Shell :: add folders to gitignore 
Shell :: makefile 
Shell :: git logline 
Shell :: scp linux to mac 
Shell :: adding to git 
Shell :: update node manjaro 
Shell :: install open jdk 8 mac homebrew 
Shell :: cutefish desktop enviroment install 
Shell :: write to file ubuntu 
Shell :: connect terminal to server 
Shell :: how to leave a directory on terminal 
Shell :: bash for file in directory 
Shell :: wsl distro 
Shell :: how to check raspbian os version 
Shell :: write a script to shutdown at a time in linux 
Shell :: how to update kali linux 2022 
Shell :: how to init vue 
Shell :: libuuid 
Shell :: kubectl jq json pod name 
Shell :: how to add a file in git 
Shell :: sshfs lxc 
Shell :: python-minimal has no installation candidate 
Shell :: docker install ubuntu linux 
Shell :: awk pdb format 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =