Skip to content

Commit

Permalink
Use more unique (internal) content provider authorities.
Browse files Browse the repository at this point in the history
Avoids potential clashes in apps integrating the library
  • Loading branch information
saschpe committed Jun 12, 2024
1 parent 0e7b963 commit f235717
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 f235717

Please sign in to comment.