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 e061b99 commit 6d5f5e1Copy full SHA for 6d5f5e1
1 file changed
Package.swift
@@ -43,6 +43,13 @@ let package = Package(
43
.package(
44
url: "https://github.com/PureSwift/Bluetooth.git",
45
from: "7.2.0"
46
+ ),
47
+ // `AndroidManifest` moved out of PureSwift/Android into swift-android-native (Android PR
48
+ // #40); it must now be depended on directly. The URL and branch must match the ones
49
+ // PureSwift/Android and skip-android-bridge use, or the identity conflicts.
50
+ .package(
51
+ url: "https://github.com/MillerTechnologyPeru/swift-android-native.git",
52
+ branch: "feature/pureswift"
53
)
54
],
55
targets: [
@@ -79,7 +86,7 @@ let package = Package(
79
86
),
80
87
.product(
81
88
name: "AndroidManifest",
82
- package: "Android"
89
+ package: "swift-android-native"
83
90
84
91
85
92
exclude: ["swift-java.config"],
0 commit comments