Compare commits
	
		
			2 Commits
		
	
	
		
			4cc42a66d1
			...
			89ca3200b4
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 89ca3200b4 | ||
|  | 54dbf74721 | 
| @@ -1,7 +1,7 @@ | ||||
| plugins { | ||||
|     id 'com.android.application' | ||||
|     id 'org.jetbrains.kotlin.android' | ||||
|     id 'org.jetbrains.kotlin.plugin.serialization' version '2.1.21' | ||||
|     id 'org.jetbrains.kotlin.plugin.serialization' version '2.2.0' | ||||
|     id 'com.mikepenz.aboutlibraries.plugin' version '12.2.4' | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -2,5 +2,5 @@ | ||||
| plugins { | ||||
|     id 'com.android.application' version '8.11.1' apply false | ||||
|     id 'com.android.library' version '8.11.1' apply false | ||||
|     id 'org.jetbrains.kotlin.android' version '2.1.21' apply false | ||||
|     id 'org.jetbrains.kotlin.android' version '2.2.0' apply false | ||||
| } | ||||
		Reference in New Issue
	
	Block a user