Skip to content

Instantly share code, notes, and snippets.

View Stuie's full-sized avatar

Stuart Gilbert Stuie

  • San Francisco, CA
View GitHub Profile
@Stuie
Stuie / signal-hugo.diff
Created January 27, 2017 05:22
A diff to add Hugo to Signal for timing app start methods
diff --git a/build.gradle b/build.gradle
index 11b5606..3101a79 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,6 +6,7 @@ buildscript {
}
}
dependencies {
+ classpath 'com.jakewharton.hugo:hugo-plugin:1.2.1'
classpath 'com.android.tools.build:gradle:2.2.3'