diff options
author | steckbrief <steckbrief@chefmail.de> | 2016-03-11 23:51:10 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2016-03-11 23:51:10 +0100 |
commit | 3041cc74cefb4a25f4d1af7109fcb141ec3293d8 (patch) | |
tree | 8eee0b9b56dd6ccbdecc2029a09166f9baf571a0 /build.gradle | |
parent | 864bb77883b2f5d9f9122c102faa4af89d589653 (diff) | |
parent | a4444026444c75678db1663e01de05df225cd9ed (diff) |
Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebase
Conflicts:
src/main/java/eu/siacs/conversations/ui/XmppActivity.java
src/main/java/eu/siacs/conversations/ui/adapter/AccountAdapter.java
src/main/java/eu/siacs/conversations/ui/widget/Switch.java
src/main/res/layout/account_row.xml
src/main/res/layout/contact_key.xml
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 209cf450..60379a50 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,6 @@ dependencies { compile name: 'protobuf-java-2.5.0' // axolotl, loaded from maven compile name: 'android-crop-1.0.1', ext: 'aar' compile name: 'roundedimageview-2.2.0', ext: 'aar' - compile name: 'switchbutton-1.2.8', ext: 'aar' // loaded from jcenter compile name: 'openpgp-api-10.0', ext: 'aar' // loaded from jcenter // Local modules |