Skip to content

Instantly share code, notes, and snippets.

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