Skip to content

Commit d900baf

Browse files
Update dependencies
1 parent ffcacd8 commit d900baf

File tree

2 files changed

+25
-24
lines changed

2 files changed

+25
-24
lines changed

.github/workflows/publishing.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ on:
1212
jobs:
1313
build:
1414
name: Build
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-24.04
1616
environment: google-play-store
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
2222
submodules: true
@@ -82,13 +82,14 @@ jobs:
8282
name: Fyreplace.libre.aab
8383
path: app/build/outputs/bundle/legacyLibreRelease/app-legacy-libre-release.aab
8484
if-no-files-found: error
85+
8586
test:
8687
name: Test
87-
runs-on: ubuntu-latest
88+
runs-on: ubuntu-24.04
8889
environment: google-play-store
8990
steps:
9091
- name: Checkout code
91-
uses: actions/checkout@v4
92+
uses: actions/checkout@v5
9293
with:
9394
fetch-depth: 0
9495
submodules: true
@@ -113,11 +114,11 @@ jobs:
113114
needs:
114115
- build
115116
- test
116-
runs-on: ubuntu-latest
117+
runs-on: ubuntu-24.04
117118
environment: google-play-store
118119
steps:
119120
- name: Checkout code
120-
uses: actions/checkout@v4
121+
uses: actions/checkout@v5
121122
with:
122123
fetch-depth: 0
123124
submodules: true
@@ -126,7 +127,7 @@ jobs:
126127
run: mkdir -p build
127128

128129
- name: Download Google AAB
129-
uses: actions/download-artifact@v4
130+
uses: actions/download-artifact@v5
130131
with:
131132
name: Fyreplace.google.aab
132133
path: build

gradle/libs.versions.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
[versions]
2-
androidPlugin = "8.11.1"
3-
kotlinPlugin = "2.2.0"
4-
sentryPlugin = "5.8.0"
2+
androidPlugin = "8.12.0"
3+
kotlinPlugin = "2.2.10"
4+
sentryPlugin = "5.8.1"
55
openapiPlugin = "7.14.0"
66
protobufPlugin = "0.9.5"
7-
kspPlugin = "2.2.0-2.0.2"
7+
kspPlugin = "2.2.10-2.0.2"
88
googlePlugin = "4.4.3"
9-
androidxComposeBom = "2025.06.01"
9+
androidxComposeBom = "2025.08.00"
1010
androidxActivity = "1.10.1"
11-
androidxComposeAnimation = "1.8.3"
11+
androidxComposeAnimation = "1.9.0"
1212
androidxComposeMaterialAdaptive = "1.1.0"
1313
androidxCoordinatorLayout = "1.3.0"
14-
androidxCore = "1.16.0"
14+
androidxCore = "1.17.0"
1515
androidxDatastore = "1.1.7"
16-
androidxEspressoCore = "3.6.1"
16+
androidxEspressoCore = "3.7.0"
1717
androidxExifInterface = "1.4.1"
18-
androidxFragment = "1.8.8"
18+
androidxFragment = "1.8.9"
1919
androidxHilt = "1.2.0"
20-
androidxJunit = "1.2.1"
21-
androidxLifecycle = "2.9.1"
22-
androidxNavigation = "2.9.1"
20+
androidxJunit = "1.3.0"
21+
androidxLifecycle = "2.9.2"
22+
androidxNavigation = "2.9.3"
2323
androidxPaging = "3.3.6"
2424
androidxPreference = "1.2.1"
2525
androidxRecyclerView = "1.4.0"
2626
androidxRecyclerViewSelection = "1.2.0"
2727
androidxSwipeRefreshLayout = "1.1.0"
28-
androidxWork = "2.10.2"
28+
androidxWork = "2.10.3"
2929
coilCompose = "2.7.0"
3030
conscrypt = "2.5.3"
3131
desugar = "2.1.5"
32-
firebaseBom = "33.16.0"
32+
firebaseBom = "34.1.0"
3333
firebaseMessaging = "24.1.2"
3434
glide = "4.16.0"
35-
grpc = "1.73.0"
35+
grpc = "1.74.0"
3636
grpcKotlinStub = "1.4.3"
3737
grpcProtocKotlin = "1.4.3:jdk8@jar"
38-
hilt = "2.56.2"
38+
hilt = "2.57"
3939
junit = "4.13.2"
4040
kotlinxCouroutines = "1.10.2"
4141
kotlinxSerialization = "1.9.0"
4242
material = "1.12.0"
4343
moshi = "1.15.2"
4444
okhttp = "5.1.0"
4545
playServicesBase = "18.7.2"
46-
protobuf = "4.31.1"
46+
protobuf = "4.32.0"
4747
retrofit = "3.0.0"
4848

4949
[libraries]

0 commit comments

Comments
 (0)