From 97829e98405b9fdc24a6648568ea40be3e73a9ea Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 26 Jun 2018 23:25:18 +0200 Subject: [PATCH] update commons to 4.3.3 --- app/build.gradle | 2 +- app/src/main/res/layout/activity_settings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9df4e778b..59c12030e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,7 +47,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:4.3.2' + implementation 'com.simplemobiletools:commons:4.3.3' implementation 'com.theartofdev.edmodo:android-image-cropper:2.7.0' implementation 'com.android.support:multidex:1.0.3' implementation 'it.sephiroth.android.exif:library:1.0.1' diff --git a/app/src/main/res/layout/activity_settings.xml b/app/src/main/res/layout/activity_settings.xml index 7717c996d..0b40ee5e1 100644 --- a/app/src/main/res/layout/activity_settings.xml +++ b/app/src/main/res/layout/activity_settings.xml @@ -979,7 +979,7 @@ android:clickable="false" android:paddingLeft="@dimen/medium_margin" android:paddingStart="@dimen/medium_margin" - android:text="@string/move_items_to_trash_bin"/> + android:text="@string/move_items_to_recycle_bin"/>