Skip to content

Commit c80df48

Browse files
Update all dependencies
1 parent ee66e15 commit c80df48

File tree

5 files changed

+27
-27
lines changed

5 files changed

+27
-27
lines changed

.github/workflows/build_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
api-level: [29]
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222

2323
- name: Enable KVM group perms
2424
run: |

.github/workflows/copy-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it,
2222
# but specifies master branch (old default).
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0
2626
ref: master

gradle/init.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
val ktlintVersion = "0.44.0"
2222

2323
initscript {
24-
val spotlessVersion = "6.25.0"
24+
val spotlessVersion = "7.2.1"
2525

2626
repositories {
2727
mavenCentral()

gradle/libs.versions.toml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
[versions]
22
accompanist = "0.36.0"
33
annotation = "1.9.1"
4-
androidDesugarJdkLibs = "2.1.3"
5-
androidGradlePlugin = "8.7.3"
6-
androidxActivity = "1.9.3"
7-
androidxAppCompat = "1.7.0"
4+
androidDesugarJdkLibs = "2.1.5"
5+
androidGradlePlugin = "8.12.0"
6+
androidxActivity = "1.10.1"
7+
androidxAppCompat = "1.7.1"
88
androidxArchCore = "2.2.0"
99
androidxBrowser = "1.4.0"
10-
androidxComposeBom = "2024.12.01"
10+
androidxComposeBom = "2025.07.00"
1111
androidxCompose = "1.2.0"
12-
androidxComposeRuntimeTracing = "1.7.6"
13-
androidxCore = "1.15.0"
12+
androidxComposeRuntimeTracing = "1.8.3"
13+
androidxCore = "1.16.0"
1414
androidxCoreSplashscreen = "1.0.1"
15-
androidxDataStore = "1.1.1"
16-
androidxEspresso = "3.6.1"
15+
androidxDataStore = "1.1.7"
16+
androidxEspresso = "3.7.0"
1717
androidxHiltNavigationCompose = "1.2.0"
18-
androidxLifecycle = "2.8.7"
18+
androidxLifecycle = "2.9.2"
1919
androidxMacroBenchmark = "1.1.1"
20-
androidxMetrics = "1.0.0-beta01"
21-
androidxNavigation = "2.8.5"
20+
androidxMetrics = "1.0.0-beta02"
21+
androidxNavigation = "2.9.3"
2222
androidxProfileinstaller = "1.4.1"
2323
androidxStartup = "1.2.0"
24-
androidxTestCore = "1.6.1"
25-
androidxTestExt = "1.2.1"
26-
androidxTestRules = "1.6.1"
27-
androidxTestRunner = "1.6.2"
28-
androidxTracing = "1.2.0"
24+
androidxTestCore = "1.7.0"
25+
androidxTestExt = "1.3.0"
26+
androidxTestRules = "1.7.0"
27+
androidxTestRunner = "1.7.0"
28+
androidxTracing = "1.3.0"
2929
androidxUiAutomator = "2.3.0"
30-
androidxWindowManager = "1.3.0"
31-
androidxWork = "2.10.0"
30+
androidxWindowManager = "1.4.0"
31+
androidxWork = "2.10.3"
3232
coil = "2.7.0"
3333
# @keep
3434
compileSdk = "35"
3535
hamcrest = "1.3"
36-
hilt = "2.53.1"
36+
hilt = "2.57"
3737
hiltExt = "1.2.0"
3838
jacoco = "0.8.7"
3939
junit4 = "4.13.2"
@@ -42,15 +42,15 @@ kotlinxCoroutines = "1.10.1"
4242
kotlinxDatetime = "0.6.2"
4343
kotlinxSerializationJson = "1.8.0"
4444
ksp = "2.1.10-1.0.30"
45-
lint = "31.7.3"
45+
lint = "31.12.0"
4646
# @keep
4747
minSdk = "21"
4848
okhttp = "4.10.0"
4949
protobuf = "3.21.12"
50-
protobufPlugin = "0.9.4"
50+
protobufPlugin = "0.9.5"
5151
retrofit = "2.9.0"
5252
retrofitKotlinxSerializationJson = "0.8.0"
53-
room = "2.6.1"
53+
room = "2.7.2"
5454
spotless = "5.12.5"
5555
timber = "5.0.1"
5656
# @keep
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)