Skip to content

Commit e63f815

Browse files
authored
Update synctools to work around eventStatus=null update problem (#1728)
Update synctools to work around eventStatus=null update problem; add synctools to Dependabot-ignore
1 parent 374dadf commit e63f815

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ updates:
2727
- dependency-name: "org.jetbrains.kotlin.android"
2828
- dependency-name: "com.google.devtools.ksp"
2929
# dependencies without semantic versioning
30-
- dependency-name: "com.github.bitfireat:dav4jvm"
30+
- dependency-name: "com.github.bitfireat:dav4jvm"
31+
- dependency-name: "com.github.bitfireat:synctools"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ androidx-test-junit = "1.3.0"
2020
androidx-work = "2.10.4"
2121
bitfire-cert4android = "41009d48ed"
2222
bitfire-dav4jvm = "f11523619b"
23-
bitfire-synctools = "c740cb1608"
23+
bitfire-synctools = "095f96005b"
2424
compose-accompanist = "0.37.3"
2525
compose-bom = "2025.09.00"
2626
dnsjava = "3.6.3"

0 commit comments

Comments
 (0)