mirror of
				https://github.com/SimpleMobileTools/Simple-Contacts.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	updating commons, kotlin, gradle
This commit is contained in:
		| @@ -63,12 +63,12 @@ android { | |||||||
| } | } | ||||||
|  |  | ||||||
| dependencies { | dependencies { | ||||||
|     implementation 'com.github.SimpleMobileTools:Simple-Commons:2752395357' |     implementation 'com.github.SimpleMobileTools:Simple-Commons:faa6a972c2' | ||||||
|     implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.3' |     implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.3' | ||||||
|     implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' |     implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' | ||||||
|     implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' |     implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' | ||||||
|  |  | ||||||
|     kapt "androidx.room:room-compiler:2.3.0" |     kapt "androidx.room:room-compiler:2.4.2" | ||||||
|     implementation "androidx.room:room-runtime:2.3.0" |     implementation "androidx.room:room-runtime:2.4.2" | ||||||
|     annotationProcessor "androidx.room:room-compiler:2.3.0" |     annotationProcessor "androidx.room:room-compiler:2.4.2" | ||||||
| } | } | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| // Top-level build file where you can add configuration options common to all sub-projects/modules. | // Top-level build file where you can add configuration options common to all sub-projects/modules. | ||||||
|  |  | ||||||
| buildscript { | buildscript { | ||||||
|     ext.kotlin_version = '1.6.10' |     ext.kotlin_version = '1.6.21' | ||||||
|  |  | ||||||
|     repositories { |     repositories { | ||||||
|         google() |         google() | ||||||
| @@ -9,7 +9,7 @@ buildscript { | |||||||
|     } |     } | ||||||
|  |  | ||||||
|     dependencies { |     dependencies { | ||||||
|         classpath 'com.android.tools.build:gradle:7.1.2' |         classpath 'com.android.tools.build:gradle:7.1.3' | ||||||
|         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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user