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 8b7fe0b + f2a48f0 commit 634c027Copy full SHA for 634c027
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "android_logger"
3
-version = "0.14.1"
+version = "0.15.0"
4
authors = ["The android_logger Developers"]
5
license = "MIT OR Apache-2.0"
6
readme = "README.md"
README.md
@@ -13,7 +13,7 @@ this library:
13
14
```toml
15
[target.'cfg(target_os = "android")'.dependencies]
16
-android_logger = "0.13"
+android_logger = "0.15"
17
```
18
19
Example of initialization on activity creation, with log configuration:
0 commit comments