mirror of
				https://github.com/SimpleMobileTools/Simple-Flashlight.git
				synced 2025-06-05 21:59:19 +02:00 
			
		
		
		
	updating commons and kotlin
This commit is contained in:
		| @@ -61,7 +61,7 @@ android { | ||||
| } | ||||
|  | ||||
| dependencies { | ||||
|     implementation 'com.github.SimpleMobileTools:Simple-Commons:fe2610738c' | ||||
|     implementation 'com.github.SimpleMobileTools:Simple-Commons:03e4d214b1' | ||||
|     implementation 'org.greenrobot:eventbus:3.2.0' | ||||
|     implementation 'androidx.constraintlayout:constraintlayout:2.1.3' | ||||
| } | ||||
|   | ||||
| @@ -155,6 +155,7 @@ class MainActivity : SimpleActivity() { | ||||
|     } | ||||
|  | ||||
|     private fun launchSettings() { | ||||
|         hideKeyboard() | ||||
|         reTurnFlashlightOn = false | ||||
|         startActivity(Intent(applicationContext, SettingsActivity::class.java)) | ||||
|     } | ||||
|   | ||||
| @@ -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.5.31' | ||||
|     ext.kotlin_version = '1.6.10' | ||||
|  | ||||
|     repositories { | ||||
|         google() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user