Compare commits
	
		
			1 Commits
		
	
	
		
			renovate/k
			...
			9b77a039b7
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 9b77a039b7 | 
| @@ -19,7 +19,7 @@ buildscript { | ||||
|  | ||||
|     dependencies { | ||||
|         // The Android Gradle Plugin knows how to build native code with the NDK. | ||||
|         classpath 'com.android.tools.build:gradle:8.4.2' | ||||
|         classpath 'com.android.tools.build:gradle:8.9.0-alpha09' | ||||
|     } | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -112,5 +112,5 @@ flutter { | ||||
| } | ||||
|  | ||||
| dependencies { | ||||
|     implementation platform("org.jetbrains.kotlin:kotlin-bom:2.1.20-Beta1") | ||||
|     implementation platform("org.jetbrains.kotlin:kotlin-bom:2.0.0") | ||||
| } | ||||
|   | ||||
| @@ -50,7 +50,7 @@ buildscript { | ||||
|         } | ||||
|     } | ||||
|     dependencies { | ||||
|         classpath "com.android.tools.build:gradle:8.4.2" | ||||
|         classpath "com.android.tools.build:gradle:8.9.0-alpha09" | ||||
|     } | ||||
| } | ||||
| subprojects { | ||||
|   | ||||
| @@ -41,7 +41,7 @@ pluginManagement { | ||||
| plugins { | ||||
|     id "dev.flutter.flutter-plugin-loader" version "1.0.0" | ||||
|     id "com.android.application" version "8.4.2" apply false | ||||
|     id "org.jetbrains.kotlin.android" version "2.1.20-Beta1" apply false | ||||
|     id "org.jetbrains.kotlin.android" version "2.0.0" apply false | ||||
| } | ||||
|  | ||||
| include ":app" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user