Skip to content

Commit 3877bbd

Browse files
committed
Update to use swift-android-native weak-binder-symbol branch (swift-android-sdk/swift-android-native#24)
1 parent a42cc07 commit 3877bbd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Package.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ var package = Package(
9494
),
9595
.package(
9696
url: "https://github.com/swift-android-sdk/swift-android-native.git",
97-
branch: "main"
97+
// TODO: restore main after https://github.com/swift-android-sdk/swift-android-native/pull/24 is resolved
98+
// branch: "main"
99+
branch: "weak-binder-symbol"
98100
),
99101
],
100102
targets: [

0 commit comments

Comments
 (0)