Skip to content

Commit 1204fd4

Browse files
Merge pull request #228 from elneruda/patch-3
open Package.swift to latest AppLovin versions
2 parents 55605ff + 50e136b commit 1204fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ let package = Package(
4141
.package(
4242
name: appLovinMaxModuleName,
4343
url: "https://github.com/AppLovin/AppLovin-MAX-Swift-Package.git",
44-
.upToNextMajor(from: "11.1.1")
44+
"11.5.1" ..< "13.0.0"
4545
),
4646
],
4747
targets: [

0 commit comments

Comments
 (0)