mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-03-07 21:17:58 +01:00
update commons to 2.12.7
This commit is contained in:
parent
efc7d99eb1
commit
4ee604962f
@ -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…
x
Reference in New Issue
Block a user