diff --git a/ndk-glue/Cargo.toml b/ndk-glue/Cargo.toml index cf1d7692..be982b5b 100644 --- a/ndk-glue/Cargo.toml +++ b/ndk-glue/Cargo.toml @@ -18,7 +18,7 @@ ndk-macro = { path = "../ndk-macro", version = "0.2.0" } lazy_static = "1.4.0" libc = "0.2.84" log = "0.4.14" -android_logger = { version = "0.9.2", optional = true } +android_logger = { version = "0.10.1", optional = true } [features] default = []