Compare commits
	
		
			1 Commits
		
	
	
		
			renovate/d
			...
			82a8f44d25
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 82a8f44d25 | 
| @@ -112,5 +112,5 @@ flutter { | |||||||
| } | } | ||||||
|  |  | ||||||
| dependencies { | dependencies { | ||||||
|     implementation platform("org.jetbrains.kotlin:kotlin-bom:2.0.0") |     implementation platform("org.jetbrains.kotlin:kotlin-bom:2.1.0-Beta2") | ||||||
| } | } | ||||||
|   | |||||||
| @@ -41,7 +41,7 @@ pluginManagement { | |||||||
| plugins { | plugins { | ||||||
|     id "dev.flutter.flutter-plugin-loader" version "1.0.0" |     id "dev.flutter.flutter-plugin-loader" version "1.0.0" | ||||||
|     id "com.android.application" version "8.4.2" apply false |     id "com.android.application" version "8.4.2" apply false | ||||||
|     id "org.jetbrains.kotlin.android" version "2.0.0" apply false |     id "org.jetbrains.kotlin.android" version "2.1.0-Beta2" apply false | ||||||
| } | } | ||||||
|  |  | ||||||
| include ":app" | include ":app" | ||||||
|   | |||||||
| @@ -24,7 +24,7 @@ platforms: | |||||||
|   macos: |   macos: | ||||||
|  |  | ||||||
| environment: | environment: | ||||||
|   sdk: "<4.0.0" |   sdk: ">=3.3.0 <4.0.0" | ||||||
|   flutter: ">=3.22.0" |   flutter: ">=3.22.0" | ||||||
|  |  | ||||||
| # Dependencies specify other packages that your package needs in order to work. | # Dependencies specify other packages that your package needs in order to work. | ||||||
|   | |||||||
| @@ -11,7 +11,7 @@ platforms: | |||||||
|   macos: |   macos: | ||||||
|  |  | ||||||
| environment: | environment: | ||||||
|   sdk: "<4.0.0" |   sdk: ">=3.3.0 <4.0.0" | ||||||
|   flutter: ">=3.22.0" |   flutter: ">=3.22.0" | ||||||
|  |  | ||||||
| dependencies: | dependencies: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user