mirror of
https://github.com/SimpleMobileTools/Simple-App-Launcher.git
synced 2025-02-08 07:48:39 +01:00
updating commons
This commit is contained in:
parent
9e27a040e9
commit
d50799dff7
@ -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'
|
||||
}
|
||||
|
@ -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>) :
|
||||
|
Loading…
x
Reference in New Issue
Block a user