diff --git a/crates/neurophone-android/Cargo.toml b/crates/neurophone-android/Cargo.toml index 732d854..d438412 100644 --- a/crates/neurophone-android/Cargo.toml +++ b/crates/neurophone-android/Cargo.toml @@ -20,5 +20,5 @@ tokio = { workspace = true } chrono = { workspace = true } [target.'cfg(target_os = "android")'.dependencies] -android_logger = "0.13" +android_logger = "0.15" log = "0.4"