From ade3fedb3a665785f45b4c343cdf07bbc0d9f55b Mon Sep 17 00:00:00 2001 From: Erwan Croze Date: Mon, 7 Aug 2017 09:48:50 +0200 Subject: [PATCH] gralde: runApplication no more run every time --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a0b7766c6..a5e482eb9 100644 --- a/build.gradle +++ b/build.gradle @@ -183,7 +183,7 @@ android.applicationVariants.all { variant -> }) } -task runApplication() { +task runApplication << { def result = exec { executable = android.getAdbExecutable().toString() ignoreExitValue true