diff options
author | Andreas Straub <andy@strb.org> | 2015-07-20 15:17:11 +0200 |
---|---|---|
committer | Andreas Straub <andy@strb.org> | 2015-07-20 15:17:11 +0200 |
commit | d0c99aaedc18b9bc5d76652a255ad424ce1cd9d9 (patch) | |
tree | 03cdd0bc6b5f42563b40fd8de30190a82cf5eaa7 | |
parent | aaa8fe8978ac0513a013a9c77efef663f32eda47 (diff) |
Remove duplicate dependency
-rw-r--r-- | build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 5031c01f..d16fd3b8 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,6 @@ dependencies { compile 'me.leolin:ShortcutBadger:1.1.1@aar' compile 'com.kyleduo.switchbutton:library:1.2.8' compile 'org.whispersystems:axolotl-android:1.3.4' - compile 'com.kyleduo.switchbutton:library:1.2.8' } android { |