Created
September 28, 2016 15:30
-
-
Save justinvdm/eb921460a97e16dda9ad378d05f65369 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/android/app/build.gradle b/android/app/build.gradle | |
index f71619a..96a8a38 100644 | |
--- a/android/app/build.gradle | |
+++ b/android/app/build.gradle | |
@@ -99,10 +99,10 @@ android { | |
} | |
// This enables long timeouts required on slow environments, e.g. Travis | |
- adbOptions { | |
- timeOutInMs 10 * 60 * 1000 // 10 minutes | |
- installOptions "-d","-t" | |
- } | |
+ //adbOptions { | |
+ // timeOutInMs 10 * 60 * 1000 // 10 minutes | |
+ // installOptions "-d","-t" | |
+ //} | |
signingConfigs { | |
release { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment