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.
2 parents fec545b + 0d52c37 commit 596b92dCopy full SHA for 596b92d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "android_logger"
3
-version = "0.10.1"
+version = "0.11.0"
4
authors = ["The android_logger Developers"]
5
license = "MIT OR Apache-2.0"
6
readme = "README.md"
@@ -25,7 +25,7 @@ version = "0.4"
25
version = "0.2"
26
27
[dependencies.env_logger]
28
-version = "0.8"
+version = "0.9"
29
default-features = false
30
31
[badges]
README.md
@@ -13,7 +13,7 @@ this library:
13
14
```toml
15
[target.'cfg(target_os = "android")'.dependencies]
16
-android_logger = "0.10"
+android_logger = "0.11"
17
```
18
19
Example of initialization on activity creation, with log configuration:
0 commit comments