mirror of
				https://github.com/SimpleMobileTools/Simple-App-Launcher.git
				synced 2025-06-05 21:49:21 +02:00 
			
		
		
		
	update commons to 3.7.8
This commit is contained in:
		| @@ -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' | ||||
| } | ||||
|   | ||||
| @@ -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 | ||||
|  | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| // Top-level build file where you can add configuration options common to all sub-projects/modules. | ||||
|  | ||||
| buildscript { | ||||
|     ext.kotlin_version = '1.2.0' | ||||
|     ext.kotlin_version = '1.2.20' | ||||
|  | ||||
|     repositories { | ||||
|         jcenter() | ||||
|   | ||||
							
								
								
									
										2
									
								
								gradle/wrapper/gradle-wrapper.properties
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								gradle/wrapper/gradle-wrapper.properties
									
									
									
									
										vendored
									
									
								
							| @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME | ||||
| distributionPath=wrapper/dists | ||||
| zipStoreBase=GRADLE_USER_HOME | ||||
| zipStorePath=wrapper/dists | ||||
| distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip | ||||
| distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip | ||||
|   | ||||
		Reference in New Issue
	
	Block a user