diff options
author | Christian S <kriztan@users.noreply.github.com> | 2016-03-27 20:02:36 +0200 |
---|---|---|
committer | Christian S <christian@pix-art.de> | 2016-03-27 20:17:51 +0200 |
commit | 1d458e8ab3db775f74404cc9e58d4ec22cc07010 (patch) | |
tree | fd4b85aad58a44f61fa11195c359b2ead18cd9fa /build.gradle | |
parent | 46be514b4db1cb8c17037ac6cd307078e4794a12 (diff) |
Update ShortcutBadger to version 1.1.4
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index d190dd09..662cb12a 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ dependencies { compile 'com.google.zxing:android-integration:3.2.1' compile 'de.measite.minidns:minidns:0.1.7' compile 'de.timroes.android:EnhancedListView:0.3.4' - compile 'me.leolin:ShortcutBadger:1.1.3@aar' + compile 'me.leolin:ShortcutBadger:1.1.4@aar' compile 'com.kyleduo.switchbutton:library:1.2.8' compile 'org.whispersystems:axolotl-android:1.3.4' compile 'com.makeramen:roundedimageview:2.2.0' |