Skip to content

Commit 04068f1

Browse files
authored
Fix Cocoa version - KMP (#6994)
1 parent 4ffeb18 commit 04068f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform-includes/getting-started-install/kotlin-multiplatform.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ kotlin {
3737
homepage = "Link to the Shared Module homepage"
3838
ios.deploymentTarget = "14.1"
3939
podfile = project.file("../iosApp/Podfile")
40-
pod("Sentry", "~> {{@inject packages.version('sentry.cocoa', '8.2.0') }}")
40+
pod("Sentry", "~> 8.4.0")
4141

4242
framework {
4343
baseName = "shared"

0 commit comments

Comments
 (0)