diff --git a/deps_fdroid.txt b/deps_fdroid.txt index 818dff66d..b65f81f0e 100644 --- a/deps_fdroid.txt +++ b/deps_fdroid.txt @@ -227,6 +227,9 @@ +| \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.1.20 +| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) ++--- project :data ++| +--- dev.zacsweers.redacted:redacted-compiler-plugin-annotations:1.13.0 ++| | \--- dev.zacsweers.redacted:redacted-compiler-plugin-annotations-jvm:1.13.0 ++| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| +--- androidx.room:room-runtime:2.7.0 +| | \--- androidx.room:room-runtime-android:2.7.0 diff --git a/deps_googleplay.txt b/deps_googleplay.txt index d6ca74440..92b538424 100644 --- a/deps_googleplay.txt +++ b/deps_googleplay.txt @@ -799,6 +799,9 @@ +| \--- com.google.protobuf:protobuf-kotlin-lite:4.30.2 (*) ++--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*) ++--- project :data ++| +--- dev.zacsweers.redacted:redacted-compiler-plugin-annotations:1.13.0 ++| | \--- dev.zacsweers.redacted:redacted-compiler-plugin-annotations-jvm:1.13.0 ++| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| +--- androidx.room:room-runtime:2.7.0 +| | \--- androidx.room:room-runtime-android:2.7.0 diff --git a/deps_wear.txt b/deps_wear.txt index e4408dd2f..26e9b7176 100644 --- a/deps_wear.txt +++ b/deps_wear.txt @@ -838,6 +838,9 @@ +| | \--- androidx.compose.ui:ui-util:1.7.8 (c) +| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| +--- project :data ++| | +--- dev.zacsweers.redacted:redacted-compiler-plugin-annotations:1.13.0 ++| | | \--- dev.zacsweers.redacted:redacted-compiler-plugin-annotations-jvm:1.13.0 ++| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*) +| | +--- androidx.room:room-runtime:2.7.0 +| | | \--- androidx.room:room-runtime-android:2.7.0 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a1d843369..89175a55a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -211,4 +211,4 @@ ksp = { id = "com.google.devtools.ksp", version = "2.1.20-2.0.0" } jetbrains-kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } protobuf = { id = "com.google.protobuf", version = "0.9.5" } -redacted = { id = "dev.zacsweers.redacted", version = "1.11.0" } +redacted = { id = "dev.zacsweers.redacted", version = "1.13.0" }