mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-06-28 23:45:43 -04:00
chore(deps): update xmlutil to v1 (#5998)
Co-authored-by: James Rich <james.a.rich@gmail.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -24,10 +24,9 @@ import kotlin.time.Clock
|
||||
import kotlin.time.Instant
|
||||
|
||||
private val xmlParser = XML {
|
||||
defaultPolicy {
|
||||
ignoreUnknownChildren()
|
||||
repairNamespaces = false
|
||||
}
|
||||
// xmlutil 1.0.0 moved repairNamespaces from the policy builder to the top-level XML config.
|
||||
repairNamespaces = false
|
||||
defaultPolicy { ignoreUnknownChildren() }
|
||||
}
|
||||
|
||||
class CoTXmlParser(private val xml: String) {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[versions]
|
||||
xmlutil = "0.91.3"
|
||||
xmlutil = "1.0.0"
|
||||
|
||||
# Android
|
||||
agp = "9.2.1"
|
||||
|
||||
Reference in New Issue
Block a user