diff options
author | Parménides GV <parmegv@sdf.org> | 2015-06-12 17:01:35 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2015-06-12 17:01:35 +0200 |
commit | d1c6e3c1756cee8104a98718b70e2f3169d24a09 (patch) | |
tree | ec674f0fdb2ff14da80f7755202d5c0c354b87fd /app/build.gradle | |
parent | f5f2e7706867d7a0d45b139c18e64e0bfc96ffae (diff) |
Transparent background of the FabButton, yay!
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 994f8b7b..9acd5ab1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -54,7 +54,7 @@ dependencies { compile 'com.intellij:annotations:12.0' compile 'com.google.code.gson:gson:2.3.1' compile 'org.thoughtcrime.ssl.pinning:AndroidPinning:1.0.0' - compile 'mbanje.kurt:fabbutton:1.1.1' + compile 'mbanje.kurt:fabbutton:1.1.4' } def processFileInplace(file, Closure processText) { |