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.
1 parent b3b5d42 commit d7f2378Copy full SHA for d7f2378
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Fixes
6
7
+- fix: crash on Android API levels 23 and below ([#61](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/61))
8
9
## 0.0.2
10
11
### Various fixes & improvements
sentry-kotlin-multiplatform/build.gradle.kts
@@ -51,10 +51,7 @@ kotlin {
51
52
val androidMain by getting {
53
dependencies {
54
- implementation(Config.Libs.sentryAndroid) {
55
- // avoid duplicate dependencies since we depend on commonJvmMain
56
- exclude("io.sentry", "sentry")
57
- }
+ implementation(Config.Libs.sentryAndroid)
58
}
59
60
val androidUnitTest by getting
0 commit comments