Skip to content

Commit 799b752

Browse files
committed
Add linux arm64 target
1 parent a2ba3f9 commit 799b752

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.gradle.kts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
val currentOs = org.gradle.internal.os.OperatingSystem.current()
1414

1515
group = "fr.acinq.bitcoin"
16-
version = "0.22.1"
16+
version = "0.22.2-SNAPSHOT"
1717

1818
repositories {
1919
google()
@@ -32,6 +32,8 @@ kotlin {
3232

3333
linuxX64()
3434

35+
linuxArm64()
36+
3537
macosX64()
3638

3739
macosArm64()
@@ -49,7 +51,7 @@ kotlin {
4951
}
5052

5153
sourceSets {
52-
val secp256k1KmpVersion = "0.17.1"
54+
val secp256k1KmpVersion = "0.17.2-SNAPSHOT"
5355

5456
val commonMain by getting {
5557
dependencies {

0 commit comments

Comments
 (0)