We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1cdd8 commit ed772caCopy full SHA for ed772ca
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "android_logger"
3
-version = "0.9.2"
+version = "0.10.0"
4
authors = ["The android_logger Developers"]
5
license = "MIT OR Apache-2.0"
6
readme = "README.md"
README.md
@@ -12,7 +12,7 @@ this library:
12
13
```toml
14
[target.'cfg(target_os = "android")'.dependencies]
15
-android_logger = "0.9"
+android_logger = "0.10"
16
```
17
18
Example of initialization on activity creation, with log configuration:
0 commit comments