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) :