mirror of
https://github.com/Fuzion24/JustTrustMe.git
synced 2026-03-15 04:43:17 +08:00
5 lines
177 B
Bash
Executable File
5 lines
177 B
Bash
Executable File
APK_PATH="bin/JustTrustMe.apk"
|
|
./gradlew assembleRelease && cp app/build/outputs/apk/app-release-unsigned.apk $APK_PATH && signapk $APK_PATH
|
|
|
|
#adb install -r bin/AndroidVTS.apk
|