diff --git a/app/build.gradle b/app/build.gradle index 60765435c..e1c7a1502 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ android { } dependencies { - compile 'com.simplemobiletools:commons:2.12.4' + compile 'com.simplemobiletools:commons:2.12.5' 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' diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index a9c0f371b..e68816907 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -1,2 +1,3 @@ -keep class com.simplemobiletools.** { *; } -dontwarn com.simplemobiletools.** +-dontwarn com.squareup.okhttp.** diff --git a/app/src/main/kotlin/com/simplemobiletools/gallery/extensions/activity.kt b/app/src/main/kotlin/com/simplemobiletools/gallery/extensions/activity.kt index a18da0f8c..25355dad8 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/extensions/activity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/extensions/activity.kt @@ -139,7 +139,7 @@ fun Activity.hasNavBar(): Boolean { fun SimpleActivity.launchAbout() { startAboutActivity(R.string.app_name, LICENSE_KOTLIN or LICENSE_GLIDE or LICENSE_CROPPER or LICENSE_MULTISELECT or LICENSE_RTL - or LICENSE_PHOTOVIEW, BuildConfig.VERSION_NAME) + or LICENSE_PHOTOVIEW or LICENSE_PICASSO, BuildConfig.VERSION_NAME) } fun AppCompatActivity.showSystemUI() {