added a deploy script for google play usable from a Termux environment

This commit is contained in:
Odweta
2025-01-29 19:28:09 +01:00
parent aed00c0694
commit 81e875bea8
2 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ tasks.register("printVersionName") {
tasks.register("deploy") {
dependsOn("assembleDebug")
dependsOn("installDebug")
//dependsOn("installDebug")
doLast {
exec {
commandLine("adb", "shell", "am", "start", "-n", "com.odweta.solon/.MainActivity")