Skip to content

Commit 608aa17

Browse files
committed
Fix the deployment version for Apple platforms
1 parent 340434e commit 608aa17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mmkv-kotlin/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ kotlin {
3232
cocoapods {
3333
summary = "Some description for the Shared Module"
3434
homepage = "Link to the Shared Module homepage"
35+
ios.deploymentTarget = "13.0"
36+
osx.deploymentTarget = "10.15"
3537
framework {
3638
baseName = "MMKV-Kotlin"
3739
isStatic = true

0 commit comments

Comments
 (0)