Skip to content

Commit e1a3807

Browse files
committed
fix: updated app version
1 parent 3c2c191 commit e1a3807

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pluginManagement {
1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
2121
id "com.android.application" version "7.1.3" apply false
22-
id "org.jetbrains.kotlin.android" version "1.9.0" apply false
22+
id "org.jetbrains.kotlin.android" version "1.9.22" apply false
2323
}
2424

2525
include ":app"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A Piwigo Android application
33

44
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
55

6-
version: 2.2.3+223
6+
version: 2.3.0+230
77

88
environment:
99
sdk: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)