updating commons and gradle

This commit is contained in:
tibbi 2022-01-31 22:42:55 +01:00
parent a2cf35f01e
commit ce974dd2a2
3 changed files with 4 additions and 2 deletions

View File

@ -56,7 +56,7 @@ android {
} }
dependencies { dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:10dbd9a214' implementation 'com.github.SimpleMobileTools:Simple-Commons:fe2610738c'
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'
} }

View File

@ -90,6 +90,8 @@ class LaunchersAdapter(
override fun getItemKeyPosition(key: Int) = launchers.indexOfFirst { it.packageName.hashCode() == key } override fun getItemKeyPosition(key: Int) = launchers.indexOfFirst { it.packageName.hashCode() == key }
override fun onActionModeCreated() {}
override fun onActionModeDestroyed() { override fun onActionModeDestroyed() {
if (isChangingOrder) { if (isChangingOrder) {
notifyDataSetChanged() notifyDataSetChanged()

View File

@ -9,7 +9,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:7.0.3' classpath 'com.android.tools.build:gradle:7.0.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong