mirror of
				https://github.com/SimpleMobileTools/Simple-Clock.git
				synced 2025-06-05 22:19:17 +02:00 
			
		
		
		
	updating kotlin, gradle and some libraries
This commit is contained in:
		| @@ -67,13 +67,13 @@ android { | ||||
| } | ||||
|  | ||||
| dependencies { | ||||
|     implementation 'com.github.SimpleMobileTools:Simple-Commons:b6e2ffb710' | ||||
|     implementation 'com.github.SimpleMobileTools:Simple-Commons:f49f7b5f89' | ||||
|     implementation 'com.facebook.stetho:stetho:1.5.0' | ||||
|     implementation 'androidx.constraintlayout:constraintlayout:2.0.4' | ||||
|     implementation 'androidx.constraintlayout:constraintlayout:2.1.0' | ||||
|     implementation 'com.shawnlin:number-picker:2.4.6' | ||||
|     implementation "androidx.preference:preference-ktx:1.1.1" | ||||
|     implementation "androidx.work:work-runtime-ktx:2.5.0" | ||||
|     implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1' | ||||
|     implementation "androidx.work:work-runtime-ktx:2.6.0" | ||||
|     implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0' | ||||
|     implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1' | ||||
|     implementation 'org.greenrobot:eventbus:3.2.0' | ||||
|     implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' | ||||
|   | ||||
| @@ -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.21' | ||||
|     ext.kotlin_version = '1.5.30' | ||||
|  | ||||
|     repositories { | ||||
|         google() | ||||
| @@ -9,7 +9,7 @@ buildscript { | ||||
|     } | ||||
|  | ||||
|     dependencies { | ||||
|         classpath 'com.android.tools.build:gradle:4.2.1' | ||||
|         classpath 'com.android.tools.build:gradle:4.2.2' | ||||
|         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" | ||||
|  | ||||
|         // NOTE: Do not place your application dependencies here; they belong | ||||
|   | ||||
		Reference in New Issue
	
	Block a user