mirror of
https://github.com/SimpleMobileTools/Simple-App-Launcher.git
synced 2025-04-16 02:47:22 +02:00
updating commons
This commit is contained in:
parent
9e27a040e9
commit
d50799dff7
@ -62,7 +62,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:75f0bb09a3'
|
implementation 'com.github.SimpleMobileTools:Simple-Commons:f5664f6db4'
|
||||||
implementation 'androidx.multidex:multidex:2.0.1'
|
implementation 'androidx.multidex:multidex:2.0.1'
|
||||||
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
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.applauncher.models.AppLauncher
|
||||||
import com.simplemobiletools.commons.extensions.getAdjustedPrimaryColor
|
import com.simplemobiletools.commons.extensions.getAdjustedPrimaryColor
|
||||||
import kotlinx.android.synthetic.main.item_add_app_launcher.view.*
|
import kotlinx.android.synthetic.main.item_add_app_launcher.view.*
|
||||||
import kotlinx.android.synthetic.main.item_app_launcher.view.launcher_icon
|
|
||||||
import java.util.*
|
import java.util.*
|
||||||
|
|
||||||
class LaunchersDialogAdapter(activity: Activity, val allLaunchers: ArrayList<AppLauncher>, val shownLaunchers: ArrayList<AppLauncher>) :
|
class LaunchersDialogAdapter(activity: Activity, val allLaunchers: ArrayList<AppLauncher>, val shownLaunchers: ArrayList<AppLauncher>) :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user