We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2c191 commit e1a3807Copy full SHA for e1a3807
2 files changed
android/settings.gradle
@@ -19,7 +19,7 @@ pluginManagement {
19
plugins {
20
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21
id "com.android.application" version "7.1.3" apply false
22
- id "org.jetbrains.kotlin.android" version "1.9.0" apply false
+ id "org.jetbrains.kotlin.android" version "1.9.22" apply false
23
}
24
25
include ":app"
pubspec.yaml
@@ -3,7 +3,7 @@ description: A Piwigo Android application
3
4
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
5
6
-version: 2.2.3+223
+version: 2.3.0+230
7
8
environment:
9
sdk: ">=3.0.0 <4.0.0"
0 commit comments