Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Dec 1, 2024
1 parent 8272e63 commit 6107a53
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## 0.1.1

Released 2024-12-01

- Re-disable skip export in CI
- Attempt to re-enable skip export in CI

## 0.1.0

Released 2024-11-27

- Update initBridge function to be callable through reflection from SkipFoundation
- Re-enable local test cases

## 0.0.3

Released 2024-11-20

- Add UserDefaults bridging
- Initialize TimeZone manually (until https://github.com/swiftlang/swift-foundation/pull/1053 is merged)
- Disable run-export for CI

## 0.0.2

Released 2024-11-17


4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ let package = Package(
.library(name: "SkipAndroidSDKBridge", type: .dynamic, targets: ["SkipAndroidSDKBridge"]),
],
dependencies: [
.package(url: "https://source.skip.tools/skip.git", from: "1.0.0"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "1.0.0"),
.package(url: "https://source.skip.tools/skip.git", from: "1.2.1"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "1.2.0"),
.package(url: "https://source.skip.tools/skip-bridge.git", "0.0.0"..<"2.0.0"),
.package(url: "https://source.skip.tools/swift-android-native.git", "0.0.0"..<"2.0.0")
],
Expand Down

0 comments on commit 6107a53

Please sign in to comment.