Update android_logger requirement from 0.13 to 0.14 (#122)

This commit is contained in:
dependabot[bot] 2024-06-17 11:45:39 +08:00 committed by GitHub
parent b0432c7659
commit dbf960884d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,7 @@ nix = { version = "0", default-features = false, features = [
] }
[target.'cfg(target_os="android")'.dependencies]
android_logger = "0.13"
android_logger = "0.14"
jni = { version = "0.21", default-features = false }
[build-dependencies]