Upgrade rust/crates/android_logger to 0.10.0

Test: make
Change-Id: I00732a04f6053c07f83aa4c88771208d7fb629b4
diff --git a/README.md b/README.md
index f96823c..9b2c4a4 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
 
 ```toml
 [target.'cfg(target_os = "android")'.dependencies]
-android_logger = "0.9"
+android_logger = "0.10"
 ```
 
 Example of initialization on activity creation, with log configuration: