We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2910b10 commit d6ea715Copy full SHA for d6ea715
android/settings.gradle.kts
@@ -19,7 +19,7 @@ pluginManagement {
19
plugins {
20
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
21
id("com.android.application") version "8.7.0" apply false
22
- id("org.jetbrains.kotlin.android") version "1.8.22" apply false
+ id("org.jetbrains.kotlin.android") version "2.2.20" apply false
23
}
24
25
include(":app")
pubspec.yaml
@@ -1,7 +1,7 @@
1
name: superduper
2
description: An app for super bikes
3
publish_to: "none"
4
-version: 0.7.3+52
+version: 0.7.3+53
5
6
environment:
7
sdk: ^3.8.0
0 commit comments