mirror of
https://github.com/Fuzion24/JustTrustMe.git
synced 2026-01-25 18:32:27 +08:00
6 lines
187 B
Bash
Executable File
6 lines
187 B
Bash
Executable File
APK_PATH="bin/JustTrustMe.apk"
|
|
mkdir bin
|
|
./gradlew assembleRelease && cp app/build/outputs/apk/app-release-unsigned.apk $APK_PATH && signapk $APK_PATH
|
|
|
|
#adb install -r bin/AndroidVTS.apk
|