Skip to content

Commit 6d5f5e1

Browse files
committed
Source AndroidManifest from swift-android-native after the Android refactor
1 parent e061b99 commit 6d5f5e1

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

Package.swift

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ let package = Package(
4343
.package(
4444
url: "https://github.com/PureSwift/Bluetooth.git",
4545
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"
4653
)
4754
],
4855
targets: [
@@ -79,7 +86,7 @@ let package = Package(
7986
),
8087
.product(
8188
name: "AndroidManifest",
82-
package: "Android"
89+
package: "swift-android-native"
8390
)
8491
],
8592
exclude: ["swift-java.config"],

0 commit comments

Comments
 (0)