Skip to content

Commit 60f80e2

Browse files
authored
Merge pull request #48 from saschpe/saschpe.context-provider-authorities
Use more unique (internal) content provider authorities.
2 parents 0e7b963 + f235717 commit 60f80e2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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

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

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

4950
## [1.2.0] - 2022-07-11
5051

log4k/src/androidMain/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<application>
55
<provider
66
android:name=".internal.ContextProvider"
7-
android:authorities="${applicationId}.context_provider"
7+
android:authorities="${applicationId}.log4k.context_provider"
88
android:exported="false" />
99
</application>
10-
</manifest>
10+
</manifest>

0 commit comments

Comments
 (0)