Created
September 28, 2016 17:34
-
-
Save justinvdm/26bed479363583b6a65039147ab8b1c5 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..cef1e11 100644 | |
--- a/android/app/build.gradle | |
+++ b/android/app/build.gradle | |
@@ -101,7 +101,6 @@ android { | |
// This enables long timeouts required on slow environments, e.g. Travis | |
adbOptions { | |
timeOutInMs 10 * 60 * 1000 // 10 minutes | |
- installOptions "-d","-t" | |
} | |
signingConfigs { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment