mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-26 22:47:59 +01:00
update commons to 2.12.7
This commit is contained in:
parent
efc7d99eb1
commit
4ee604962f
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.simplemobiletools:commons:2.12.5'
|
||||
compile 'com.simplemobiletools:commons:2.12.7'
|
||||
compile 'com.theartofdev.edmodo:android-image-cropper:2.3.1'
|
||||
compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'
|
||||
compile 'com.google.code.gson:gson:2.8.0'
|
||||
|
|
|
@ -96,7 +96,7 @@ class SettingsActivity : SimpleActivity() {
|
|||
RadioItem(VIDEOS, res.getString(R.string.videos)))
|
||||
|
||||
RadioGroupDialog(this@SettingsActivity, items, config.showMedia) {
|
||||
config.showMedia = it
|
||||
config.showMedia = it as Int
|
||||
settings_show_media.text = getShowMediaText()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue