From d50799dff746a7253f27a36a25e2fbc2addb32ad Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 18 Mar 2022 17:51:10 +0100 Subject: [PATCH] updating commons --- app/build.gradle | 2 +- .../applauncher/adapters/LaunchersDialogAdapter.kt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e3e8ecd..eda5c5f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:75f0bb09a3' + implementation 'com.github.SimpleMobileTools:Simple-Commons:f5664f6db4' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' } diff --git a/app/src/main/kotlin/com/simplemobiletools/applauncher/adapters/LaunchersDialogAdapter.kt b/app/src/main/kotlin/com/simplemobiletools/applauncher/adapters/LaunchersDialogAdapter.kt index 4713778..f4e6168 100644 --- a/app/src/main/kotlin/com/simplemobiletools/applauncher/adapters/LaunchersDialogAdapter.kt +++ b/app/src/main/kotlin/com/simplemobiletools/applauncher/adapters/LaunchersDialogAdapter.kt @@ -10,7 +10,6 @@ import com.simplemobiletools.applauncher.extensions.config import com.simplemobiletools.applauncher.models.AppLauncher import com.simplemobiletools.commons.extensions.getAdjustedPrimaryColor import kotlinx.android.synthetic.main.item_add_app_launcher.view.* -import kotlinx.android.synthetic.main.item_app_launcher.view.launcher_icon import java.util.* class LaunchersDialogAdapter(activity: Activity, val allLaunchers: ArrayList, val shownLaunchers: ArrayList) :