This commit is contained in:
Mark Qvist
2022-07-06 19:42:41 +02:00
parent a0ac4cf2a8
commit f0bf63f929
3 changed files with 13 additions and 4 deletions

View File

@@ -23,10 +23,10 @@ apk: prepare release postbuild
devapk: prepare debug postbuild
install:
adb install bin/sideband-0.1.5-arm64-v8a-debug.apk
adb install bin/sideband-0.1.6-arm64-v8a-debug.apk
install-release:
adb install bin/sideband-0.1.5-arm64-v8a-release.apk
adb install bin/sideband-0.1.6-arm64-v8a-release.apk
console:
(adb logcat | grep python)