Skip to content

Commit b00bda5

Browse files
committed
build: update crypto swift library
CryptoSwift updated with the requested changes, so we can come back on using it. This also updates android test build.
1 parent 043ae23 commit b00bda5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Check out code
2525
uses: actions/checkout@v4
2626
- name: Run unit tests
27-
uses: skiptools/swift-android-action@v2
27+
uses: skiptools/swift-android-action@main
2828
with:
2929
swift-version: 6.1
30+
ndk-version: 27.3.13750724

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ let package = Package(
3636
.package(url: "https://github.com/GigaBitcoin/secp256k1.swift.git", .upToNextMinor(from: "0.15.0")),
3737
// For `AES_CBC_HMAC_SHA2`, `PBES2` and RSA DER encoding support
3838
// Changing to a fork I made while I create a PR, since I found a bug
39-
.package(url: "https://github.com/beatt83/CryptoSwift.git", .upToNextMinor(from: "1.8.7")),
39+
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMinor(from: "1.9.0")),
4040
.package(url: "https://github.com/apple/swift-certificates.git", from: "1.7.0"),
4141
// FOR `A256_CBC_HS512` with `ECDH-1PU-A256KW`
4242
.package(url: "https://github.com/DLTAStudio/zlib.git",from:"1.0.1"),

0 commit comments

Comments
 (0)