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 a96187d commit 68efbb1Copy full SHA for 68efbb1
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "android_logger"
3
-version = "0.8.2"
+version = "0.8.3"
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.8.1"
+android_logger = "0.8"
16
```
17
18
Example of initialization on activity creation, with log configuration:
0 commit comments