Skip to content

Commit

Permalink
Merge pull request #48 from saschpe/saschpe.context-provider-authorities
Browse files Browse the repository at this point in the history
Use more unique (internal) content provider authorities.
  • Loading branch information
saschpe authored Jun 12, 2024
2 parents 0e7b963 + f235717 commit 60f80e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
- Use more unique (internal) content provider authorities. Avoids potential clashes in apps integrating the library

## [1.3.1] - 2024-05-22
- FileLogger: Remove constructor with `kotlinx.io.files.Path`
Expand Down Expand Up @@ -44,7 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- New library `log4k-slf4j`:
- `SLF4JLogger`: Forwards log statements to [SLF4J](https://www.slf4j.org), which in turn allows to
use [Logback])(https://logback.qos.ch) as a backend.
use [Logback](https://logback.qos.ch) as a backend.

## [1.2.0] - 2022-07-11

Expand Down
4 changes: 2 additions & 2 deletions log4k/src/androidMain/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<application>
<provider
android:name=".internal.ContextProvider"
android:authorities="${applicationId}.context_provider"
android:authorities="${applicationId}.log4k.context_provider"
android:exported="false" />
</application>
</manifest>
</manifest>

0 comments on commit 60f80e2

Please sign in to comment.