summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2015-04-16 13:02:06 +0200
committerParménides GV <parmegv@sdf.org>2015-04-22 12:36:39 +0200
commitcdeaf6c2ae2fa96a2ef1e0ae6c931c6d50b27271 (patch)
tree636af5c404a07142a4950ce770611ba20bb31cc3 /app/build.gradle
parente5e9ac6e43b9cdec0f362711bb33747ab73fc297 (diff)
Button with circle progress, added.
Next step: a bit of UI design, removing the switch.
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index c4286d29..77769989 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -46,6 +46,7 @@ dependencies {
compile 'com.intellij:annotations:12.0'
compile 'com.google.code.gson:gson:2+'
compile 'org.thoughtcrime.ssl.pinning:AndroidPinning:1.0.0'
+ compile 'mbanje.kurt:fabbutton:1.0.9'
}
def processFileInplace(file, Closure processText) {