From de9b52e998dd6d2bcce3cd6c094a3daf3eed3a4c Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Sat, 28 Oct 2023 20:23:59 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c49732..dd530ac 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Cargo.toml ```toml [dependencies] log = "0.4" -android_logger = "0.11" +android_logger = "0.13" android-activity = { version = "0.4", features = [ "native-activity" ] } [lib]