update commons to 4.3.3

This commit is contained in:
tibbi 2018-06-26 23:25:18 +02:00
parent d8a33f81d7
commit 97829e9840
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -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"/>
</RelativeLayout>
</LinearLayout>