[1.599.*] Pre-release merge (#1248)

This commit is contained in:
tramline-github[bot]
2026-07-24 14:30:07 +00:00
committed by GitHub
3 changed files with 5 additions and 5 deletions
@@ -25,7 +25,7 @@ runs:
using: "composite"
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: ${{ inputs.fetch-depth }}
token: ${{ inputs.token }}
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
- check
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
+3 -3
View File
@@ -1,6 +1,6 @@
[versions]
aboutLibraries = "15.0.4"
agp = "9.3.0"
agp = "9.3.1"
androidx-test = "1.7.0"
annotation = "1.10.0"
coil3 = "3.5.0"
@@ -28,7 +28,7 @@ navigation3-material = "1.3.0-rc01"
paging = "3.5.0"
retrofit = "3.0.0"
runtimeSaveable = "1.12.0-beta02"
sentry = "8.49.0"
sentry = "8.50.1"
serialization = "1.11.0"
sqldelight = "2.3.2"
sqlite = "2.7.0"
@@ -100,7 +100,7 @@ build-agp = { module = "com.android.tools.build:gradle", version.ref = "agp" }
build-cachefix = "org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin:3.0.3"
build-kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
build-semver = "com.github.zafarkhaja:java-semver:0.10.2"
build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:6.15.0"
build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:6.16.0"
build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:8.8.0"
build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:1.1.0"
coil3-compose = { module = "io.coil-kt.coil3:coil-compose", version.ref = "coil3" }