Skip to content

Instantly share code, notes, and snippets.

@justinvdm
Created September 28, 2016 17:34
Show Gist options
  • Save justinvdm/26bed479363583b6a65039147ab8b1c5 to your computer and use it in GitHub Desktop.
Save justinvdm/26bed479363583b6a65039147ab8b1c5 to your computer and use it in GitHub Desktop.
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