Skip to content

Commit 6a0a0a3

Browse files
committed
Cleanup
1 parent 08659ec commit 6a0a0a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "HelpToSaveKalculator",
66
platforms: [
7-
.iOS(.v11)
7+
.iOS(.v13)
88
],
99
products: [
1010
.library(

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ kotlin {
134134
multiplatformSwiftPackage {
135135
swiftToolsVersion("5.3")
136136
targetPlatforms {
137-
iOS { v("14") }
137+
iOS { v("13") }
138138
}
139139
outputDirectory(File(projectDir, "build/XCFrameworks/release"))
140140
}

0 commit comments

Comments
 (0)