add release cmd
This commit is contained in:
parent
ff32837bf2
commit
8070babf1d
@ -45,7 +45,7 @@ cd /home/androidusr/download && tar -xzf openjdk-21.0.2_linux-x64_bin.tar.gz -C
|
|||||||
export JAVA_HOME=/home/androidusr/jdk/jdk-21.0.2
|
export JAVA_HOME=/home/androidusr/jdk/jdk-21.0.2
|
||||||
export PATH=$JAVA_HOME/bin:$PATH
|
export PATH=$JAVA_HOME/bin:$PATH
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
# 20
|
# 17
|
||||||
tar -xzf jdk-17.0.8_linux-x64_bin.tar.gz -C /home/androidusr/jdk
|
tar -xzf jdk-17.0.8_linux-x64_bin.tar.gz -C /home/androidusr/jdk
|
||||||
export JAVA_HOME=/home/androidusr/jdk/jdk-17.0.8
|
export JAVA_HOME=/home/androidusr/jdk/jdk-17.0.8
|
||||||
export PATH=$JAVA_HOME/bin:$PATH
|
export PATH=$JAVA_HOME/bin:$PATH
|
||||||
@ -61,3 +61,8 @@ npx react-native start
|
|||||||
# install voice on dev env (emulator)
|
# install voice on dev env (emulator)
|
||||||
npm install @react-native-voice/voice
|
npm install @react-native-voice/voice
|
||||||
react-native link @react-native-voice/voice
|
react-native link @react-native-voice/voice
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# release
|
||||||
|
cd android && ./gradlew assembleRelease
|
||||||
|
Loading…
x
Reference in New Issue
Block a user