From ac7e412a9c23f32a41345797853a6fef6dc65f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 7 May 2018 18:51:49 +0200 Subject: [PATCH] print current working dir --- android/app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index c35280850b..c5446f05bc 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -97,6 +97,7 @@ def enableProguardInReleaseBuilds = false def getVersionCode = { -> new ByteArrayOutputStream().withStream { stdOut -> + println System.getProperty("user.dir") exec { workingDir "../" commandLine "./build_no.sh", "--tag"