forked from organicmaps/organicmaps
Run tasks for all variants.
This commit is contained in:
parent
561fbdf031
commit
7c17a68aa8
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ android {
|
|||
def runTask = "run$task"
|
||||
def installTask = "install$task"
|
||||
project.task(type: Exec, "${runTask}", dependsOn: "${installTask}") {
|
||||
def component = "com.mapswithme.maps.pro/com.mapswithme.maps.DownloadResourcesActivity"
|
||||
def component = "$applicationId/com.mapswithme.maps.DownloadResourcesActivity"
|
||||
executable "sh"
|
||||
args "-c", "adb shell am start -n ${component}"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue