[1.282.*] Pre-release merge (#770)

This commit is contained in:
tramline-github[bot]
2025-01-29 14:30:09 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -33,7 +33,7 @@ runs:
persist-credentials: ${{ inputs.persist-credentials }}
- name: Set up JDK
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
with:
distribution: temurin
java-version: 23
+2 -2
View File
@@ -69,7 +69,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.1"
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:4.14.1"
build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:5.0.0"
build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:7.0.2"
build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.8.5"
coil3 = { module = "io.coil-kt.coil3:coil", version.ref = "coil3" }
@@ -135,7 +135,7 @@ dependencyAnalysis = "com.autonomousapps.dependency-analysis:2.7.0"
invert = "com.squareup.invert:0.0.1-dev"
kotlin-composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
ksp = "com.google.devtools.ksp:2.1.0-1.0.29"
ksp = "com.google.devtools.ksp:2.1.10-1.0.29"
licensee = "app.cash.licensee:1.12.0"
modulegraphassert = "com.jraska.module.graph.assertion:2.7.3"
navigation-safeargs = { id = "androidx.navigation.safeargs.kotlin", version.ref = "navigation" }