updating commons

This commit is contained in:
tibbi 2022-03-18 17:51:10 +01:00
parent 9e27a040e9
commit d50799dff7
2 changed files with 1 additions and 2 deletions

View File

@ -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'
}

View File

@ -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<AppLauncher>, val shownLaunchers: ArrayList<AppLauncher>) :