update commons to 3.7.8

This commit is contained in:
tibbi
2018-01-17 20:17:40 +01:00
parent 17ae726edc
commit aedea04f68
4 changed files with 4 additions and 5 deletions

View File

@ -4,7 +4,6 @@ apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 27
buildToolsVersion "27.0.1"
defaultConfig {
applicationId "com.simplemobiletools.applauncher"
@ -39,7 +38,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:3.2.3'
implementation 'com.simplemobiletools:commons:3.7.8'
implementation 'com.facebook.stetho:stetho:1.5.0'
implementation 'com.android.support:multidex:1.0.2'
}

View File

@ -18,7 +18,7 @@ import kotlinx.android.synthetic.main.app_launcher_item.view.*
import java.util.*
class LaunchersAdapter(activity: SimpleActivity, val launchers: MutableList<AppLauncher>, val listener: RefreshRecyclerViewListener?,
recyclerView: MyRecyclerView, itemClick: (Any) -> Unit) : MyRecyclerViewAdapter(activity, recyclerView, itemClick) {
recyclerView: MyRecyclerView, itemClick: (Any) -> Unit) : MyRecyclerViewAdapter(activity, recyclerView, null, itemClick) {
override fun getActionMenuId() = R.menu.cab