mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2025-10-27 09:30:04 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9441f77b18 | |||
| de56994cf7 | |||
| 365acacbd2 |
2
.github/workflows/kdocs.yml
vendored
2
.github/workflows/kdocs.yml
vendored
@@ -17,5 +17,5 @@ jobs:
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./docs/build/dokka/html
|
||||
publish_dir: ./build/dokka/html
|
||||
publish_branch: kdocs
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 0.0.3
|
||||
|
||||
* Fixes in `JVM` logging
|
||||
|
||||
## 0.0.2
|
||||
|
||||
* New logger `TagLogger` and now extension `Any#logger` will use it to decrease objects allocations
|
||||
|
||||
@@ -9,5 +9,5 @@ android.enableJetifier=true
|
||||
# Project data
|
||||
|
||||
group=dev.inmo
|
||||
version=0.0.2
|
||||
android_code_version=2
|
||||
version=0.0.3
|
||||
android_code_version=3
|
||||
|
||||
Reference in New Issue
Block a user