Skip to content

Update all dependencies #1023

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
api-level: [29]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Enable KVM group perms
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copy-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it,
# but specifies master branch (old default).
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
ref: master
Expand Down
2 changes: 1 addition & 1 deletion gradle/init.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
val ktlintVersion = "0.44.0"

initscript {
val spotlessVersion = "6.25.0"
val spotlessVersion = "7.2.1"

repositories {
mavenCentral()
Expand Down
46 changes: 23 additions & 23 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
[versions]
accompanist = "0.36.0"
annotation = "1.9.1"
androidDesugarJdkLibs = "2.1.3"
androidGradlePlugin = "8.7.3"
androidxActivity = "1.9.3"
androidxAppCompat = "1.7.0"
androidDesugarJdkLibs = "2.1.5"
androidGradlePlugin = "8.12.0"
androidxActivity = "1.10.1"
androidxAppCompat = "1.7.1"
androidxArchCore = "2.2.0"
androidxBrowser = "1.4.0"
androidxComposeBom = "2024.12.01"
androidxComposeBom = "2025.07.00"
androidxCompose = "1.2.0"
androidxComposeRuntimeTracing = "1.7.6"
androidxCore = "1.15.0"
androidxComposeRuntimeTracing = "1.8.3"
androidxCore = "1.16.0"
androidxCoreSplashscreen = "1.0.1"
androidxDataStore = "1.1.1"
androidxEspresso = "3.6.1"
androidxDataStore = "1.1.7"
androidxEspresso = "3.7.0"
androidxHiltNavigationCompose = "1.2.0"
androidxLifecycle = "2.8.7"
androidxLifecycle = "2.9.2"
androidxMacroBenchmark = "1.1.1"
androidxMetrics = "1.0.0-beta01"
androidxNavigation = "2.8.5"
androidxMetrics = "1.0.0-beta02"
androidxNavigation = "2.9.3"
androidxProfileinstaller = "1.4.1"
androidxStartup = "1.2.0"
androidxTestCore = "1.6.1"
androidxTestExt = "1.2.1"
androidxTestRules = "1.6.1"
androidxTestRunner = "1.6.2"
androidxTracing = "1.2.0"
androidxTestCore = "1.7.0"
androidxTestExt = "1.3.0"
androidxTestRules = "1.7.0"
androidxTestRunner = "1.7.0"
androidxTracing = "1.3.0"
androidxUiAutomator = "2.3.0"
androidxWindowManager = "1.3.0"
androidxWork = "2.10.0"
androidxWindowManager = "1.4.0"
androidxWork = "2.10.3"
coil = "2.7.0"
# @keep
compileSdk = "35"
hamcrest = "1.3"
hilt = "2.53.1"
hilt = "2.57"
hiltExt = "1.2.0"
jacoco = "0.8.7"
junit4 = "4.13.2"
Expand All @@ -42,15 +42,15 @@ kotlinxCoroutines = "1.10.1"
kotlinxDatetime = "0.6.2"
kotlinxSerializationJson = "1.8.0"
ksp = "2.1.10-1.0.30"
lint = "31.7.3"
lint = "31.12.0"
# @keep
minSdk = "21"
okhttp = "4.10.0"
protobuf = "3.21.12"
protobufPlugin = "0.9.4"
protobufPlugin = "0.9.5"
retrofit = "2.9.0"
retrofitKotlinxSerializationJson = "0.8.0"
room = "2.6.1"
room = "2.7.2"
spotless = "5.12.5"
timber = "5.0.1"
# @keep
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists