Repository: incubator-taverna-mobile
Updated Branches:
  refs/heads/master c1c5145e6 -> 379800293


Allow debug on real devices


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/commit/37980029
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/37980029
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/37980029

Branch: refs/heads/master
Commit: 37980029305dad0cbbbae96207f43c69ca2e242f
Parents: c1c5145
Author: Ian Dunlop <ian.dun...@manchester.ac.uk>
Authored: Thu Dec 1 13:16:36 2016 +0000
Committer: Ian Dunlop <ian.dun...@manchester.ac.uk>
Committed: Thu Dec 1 13:16:36 2016 +0000

----------------------------------------------------------------------
 app/build.gradle | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/37980029/app/build.gradle
----------------------------------------------------------------------
diff --git a/app/build.gradle b/app/build.gradle
index 8eec8d0..adb5ded 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -23,6 +23,9 @@ android {
             minifyEnabled false
             proguardFiles getDefaultProguardFile('proguard-android.txt'), 
'proguard-rules.pro'
         }
+        debug {
+            debuggable true
+        }
     }
 }
 repositories {

Reply via email to