Skip to content

Commit 6b0a0ab

Browse files
committed
Upgrade dependencies
1 parent 0121b11 commit 6b0a0ab

21 files changed

+974
-656
lines changed

.github/workflows/build.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
java-version: "17"
2727
distribution: "temurin"
28-
- uses: subosito/flutter-action@v2.18.0
28+
- uses: subosito/flutter-action@v2.19.0
2929
with:
3030
flutter-version-file: app/pubspec.yaml
3131
- name: 📦 Get dependencies
@@ -106,7 +106,7 @@ jobs:
106106
run: |
107107
choco install yq
108108
choco install innosetup
109-
- uses: subosito/flutter-action@v2.18.0
109+
- uses: subosito/flutter-action@v2.19.0
110110
with:
111111
flutter-version-file: app/pubspec.yaml
112112
- name: ✅ Enable platforms
@@ -197,7 +197,7 @@ jobs:
197197
libsecret-1-dev \
198198
libjsoncpp-dev \
199199
rpm
200-
- uses: subosito/flutter-action@v2.18.0
200+
- uses: subosito/flutter-action@v2.19.0
201201
with:
202202
flutter-version-file: app/pubspec.yaml
203203
channel: 'master'
@@ -333,7 +333,7 @@ jobs:
333333
alien \
334334
libsecret-1-dev \
335335
libjsoncpp-dev
336-
- uses: subosito/flutter-action@v2.18.0
336+
- uses: subosito/flutter-action@v2.19.0
337337
with:
338338
flutter-version-file: app/pubspec.yaml
339339
channel: 'master'
@@ -405,7 +405,7 @@ jobs:
405405
steps:
406406
- name: ⬆️ Checkout
407407
uses: actions/checkout@v4
408-
- uses: subosito/flutter-action@v2.18.0
408+
- uses: subosito/flutter-action@v2.19.0
409409
with:
410410
flutter-version-file: app/pubspec.yaml
411411
- uses: actions/setup-python@v5
@@ -464,7 +464,7 @@ jobs:
464464
steps:
465465
- name: ⬆️ Checkout
466466
uses: actions/checkout@v4
467-
- uses: subosito/flutter-action@v2.18.0
467+
- uses: subosito/flutter-action@v2.19.0
468468
with:
469469
flutter-version-file: app/pubspec.yaml
470470
- name: 📦 Get dependencies
@@ -544,7 +544,7 @@ jobs:
544544
- name: Install yq
545545
if: ${{ matrix.os.name == 'windows-2025' }}
546546
run: choco install yq
547-
- uses: subosito/flutter-action@v2.18.0
547+
- uses: subosito/flutter-action@v2.19.0
548548
with:
549549
flutter-version-file: app/pubspec.yaml
550550
channel: 'master'
@@ -861,7 +861,7 @@ jobs:
861861
with:
862862
java-version: "17"
863863
distribution: "temurin"
864-
- uses: subosito/flutter-action@v2.18.0
864+
- uses: subosito/flutter-action@v2.19.0
865865
with:
866866
flutter-version-file: app/pubspec.yaml
867867
- name: Build nessesary files
@@ -877,7 +877,7 @@ jobs:
877877
- name: Setup Fastlane
878878
uses: ruby/setup-ruby@v1
879879
with:
880-
ruby-version: "3.3.7"
880+
ruby-version: "3.4.2"
881881
bundler-cache: true
882882
working-directory: app/android
883883
- name: 🚀 Deploy to Play Store

.github/workflows/dart.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: ⬆️ Checkout
1717
uses: actions/checkout@v4
18-
- uses: subosito/flutter-action@v2.18.0
18+
- uses: subosito/flutter-action@v2.19.0
1919
with:
2020
flutter-version-file: app/pubspec.yaml
2121
- uses: actions/checkout@v4

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- name: ⬆️ Checkout
5252
uses: actions/checkout@v4
53-
- uses: subosito/flutter-action@v2.18.0
53+
- uses: subosito/flutter-action@v2.19.0
5454
with:
5555
flutter-version-file: app/pubspec.yaml
5656
- name: Install dependencies
@@ -80,7 +80,7 @@ jobs:
8080
steps:
8181
- name: ⬆️ Checkout
8282
uses: actions/checkout@v4
83-
- uses: subosito/flutter-action@v2.18.0
83+
- uses: subosito/flutter-action@v2.19.0
8484
with:
8585
flutter-version-file: app/pubspec.yaml
8686
- name: Install dependencies

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
token: ${{ secrets.CI_PAT }}
2323
fetch-depth: 0
24-
- uses: subosito/flutter-action@v2.18.0
24+
- uses: subosito/flutter-action@v2.19.0
2525
with:
2626
flutter-version-file: app/pubspec.yaml
2727
- name: Setup git
@@ -65,7 +65,7 @@ jobs:
6565
token: ${{ secrets.CI_PAT }}
6666
ref: ${{ github.ref }}
6767
fetch-depth: 0
68-
- uses: subosito/flutter-action@v2.18.0
68+
- uses: subosito/flutter-action@v2.19.0
6969
with:
7070
flutter-version-file: app/pubspec.yaml
7171
- name: Setup git
@@ -127,7 +127,7 @@ jobs:
127127
with:
128128
token: ${{ secrets.CI_PAT }}
129129
fetch-depth: 0
130-
- uses: subosito/flutter-action@v2.18.0
130+
- uses: subosito/flutter-action@v2.19.0
131131
with:
132132
flutter-version-file: app/pubspec.yaml
133133
- name: Setup git
@@ -190,7 +190,7 @@ jobs:
190190
echo "SETONIX_BUILD_NUMBER=${SETONIX_BUILD_NUMBER}" >> $GITHUB_ENV
191191
git config --global user.email "[email protected]"
192192
git config --global user.name "Linwood CI"
193-
- uses: subosito/flutter-action@v2.18.0
193+
- uses: subosito/flutter-action@v2.19.0
194194
with:
195195
flutter-version-file: app/pubspec.yaml
196196
- name: Bump version

api/pubspec.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ packages:
2929
dependency: "direct main"
3030
description:
3131
name: archive
32-
sha256: "0c64e928dcbefddecd234205422bcfc2b5e6d31be0b86fef0d0dd48d7b4c9742"
32+
sha256: "7dcbd0f87fe5f61cb28da39a1a8b70dbc106e2fe0516f7836eb7bb2948481a12"
3333
url: "https://pub.dev"
3434
source: hosted
35-
version: "4.0.4"
35+
version: "4.0.5"
3636
args:
3737
dependency: transitive
3838
description:
@@ -174,18 +174,18 @@ packages:
174174
dependency: "direct main"
175175
description:
176176
name: dart_mappable
177-
sha256: a88d1637354b8e3120433cbdf2b816dd9e38659b8a9b6ed8cb19cd101e12c545
177+
sha256: "2255b2c00e328a65fef5a8df2dabfc0dc9c2e518c33a50051a4519b1c7a28c48"
178178
url: "https://pub.dev"
179179
source: hosted
180-
version: "4.4.0"
180+
version: "4.5.0"
181181
dart_mappable_builder:
182182
dependency: "direct dev"
183183
description:
184184
name: dart_mappable_builder
185-
sha256: "463f7b5222e3a00d0227aa83903a4f7678ac29f835300b3ae76bbe1f423d9001"
185+
sha256: adea8c55aac73c8254aa14a8272b788eb0f72799dd8e4810a9b664ec9b4e353c
186186
url: "https://pub.dev"
187187
source: hosted
188-
version: "4.4.0"
188+
version: "4.5.0"
189189
dart_style:
190190
dependency: transitive
191191
description:

app/android/Gemfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
source "https://rubygems.org"
22

33
gem "fastlane"
4-
gem "screengrab"
4+
gem "screengrab"
5+
gem "abbrev"

app/android/Gemfile.lock

+10-6
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,24 @@ GEM
55
base64
66
nkf
77
rexml
8+
abbrev (0.1.2)
89
addressable (2.8.7)
910
public_suffix (>= 2.0.2, < 7.0)
1011
artifactory (3.0.17)
1112
atomos (0.1.3)
1213
aws-eventstream (1.3.2)
13-
aws-partitions (1.1065.0)
14-
aws-sdk-core (3.220.1)
14+
aws-partitions (1.1081.0)
15+
aws-sdk-core (3.222.1)
1516
aws-eventstream (~> 1, >= 1.3.0)
1617
aws-partitions (~> 1, >= 1.992.0)
1718
aws-sigv4 (~> 1.9)
1819
base64
1920
jmespath (~> 1, >= 1.6.1)
21+
logger
2022
aws-sdk-kms (1.99.0)
2123
aws-sdk-core (~> 3, >= 3.216.0)
2224
aws-sigv4 (~> 1.5)
23-
aws-sdk-s3 (1.182.0)
25+
aws-sdk-s3 (1.183.0)
2426
aws-sdk-core (~> 3, >= 3.216.0)
2527
aws-sdk-kms (~> 1)
2628
aws-sigv4 (~> 1.5)
@@ -69,7 +71,7 @@ GEM
6971
faraday_middleware (1.2.1)
7072
faraday (~> 1.0)
7173
fastimage (2.4.0)
72-
fastlane (2.226.0)
74+
fastlane (2.227.0)
7375
CFPropertyList (>= 2.3, < 4.0.0)
7476
addressable (>= 2.8, < 3.0.0)
7577
artifactory (~> 3.0)
@@ -159,6 +161,7 @@ GEM
159161
json (2.10.2)
160162
jwt (2.10.1)
161163
base64
164+
logger (1.7.0)
162165
mini_magick (4.13.2)
163166
mini_mime (1.1.5)
164167
multi_json (1.15.0)
@@ -211,7 +214,7 @@ GEM
211214
colored2 (~> 3.1)
212215
nanaimo (~> 0.4.0)
213216
rexml (>= 3.3.6, < 4.0)
214-
xcpretty (0.4.0)
217+
xcpretty (0.4.1)
215218
rouge (~> 3.28.0)
216219
xcpretty-travis-formatter (1.0.1)
217220
xcpretty (~> 0.2, >= 0.0.7)
@@ -223,8 +226,9 @@ PLATFORMS
223226
x86_64-linux
224227

225228
DEPENDENCIES
229+
abbrev
226230
fastlane
227231
screengrab
228232

229233
BUNDLED WITH
230-
2.6.5
234+
2.6.7

app/android/gradle.properties

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
org.gradle.jvmargs=-Xmx4G -XX:MaxMetaspaceSize=2G -XX:+HeapDumpOnOutOfMemoryError
1+
org.gradle.jvmargs=-Xmx1536M
22
android.useAndroidX=true
33
android.enableJetifier=true
4-
android.defaults.buildfeatures.buildconfig=true
54
android.nonTransitiveRClass=false
65
android.nonFinalResIds=false

app/android/gradle/wrapper/gradle-wrapper.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=7a00d51fb93147819aab76024feece20b6b84e420694101f276be952e08bef03
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
3+
distributionSha256Sum=20f1b1176237254a6fc204d8434196fa11a4cfb387567519c61556e8710aed78
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

app/android/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version '8.9.0' apply false
21+
id "com.android.application" version '8.9.1' apply false
2222
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
2323
}
2424

app/linux/CMakeLists.txt

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ set(BINARY_NAME "setonix")
99
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
1010
set(APPLICATION_ID "dev.linwood.setonix")
1111

12+
# Fix flutter_secure_storage_linux build error on newer versions of CMake.
13+
include(CheckCXXCompilerFlag)
14+
check_cxx_compiler_flag("-Wno-error=deprecated-literal-operator" COMPILER_SUPPORTS_NO_ERROR_DEPRECATED_LITERAL_OPERATOR)
15+
if(COMPILER_SUPPORTS_NO_ERROR_DEPRECATED_LITERAL_OPERATOR)
16+
message(STATUS "Disabling error for deprecated literal operator")
17+
add_definitions(-Wno-error=deprecated-literal-operator)
18+
endif()
19+
1220
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
1321
# versions of CMake.
1422
cmake_policy(SET CMP0063 NEW)

0 commit comments

Comments
 (0)