File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
1313val currentOs = org.gradle.internal.os.OperatingSystem .current()
1414
1515group = " fr.acinq.bitcoin"
16- version = " 0.22.1 "
16+ version = " 0.22.2-SNAPSHOT "
1717
1818repositories {
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 {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ mvn deploy:deploy-file -DrepositoryId=ossrh -Durl=https://oss.sonatype.org/conte
2121 -Djavadoc=$ARTIFACT_ID_BASE -$VERSION -javadoc.jar
2222popd
2323pushd .
24- for i in iosarm64 iossimulatorarm64 iosx64 macosarm64 macosx64 jvm linuxx64; do
24+ for i in iosarm64 iossimulatorarm64 iosx64 macosarm64 macosx64 jvm linuxx64 linuxarm64 ; do
2525 cd fr/acinq/bitcoin/bitcoin-kmp-$i /$VERSION
2626
2727 case $i in
@@ -45,7 +45,7 @@ for i in iosarm64 iossimulatorarm64 iosx64 macosarm64 macosx64 jvm linuxx64; do
4545 -Dsources=$ARTIFACT_ID_BASE -$i -$VERSION -sources.jar \
4646 -Djavadoc=$ARTIFACT_ID_BASE -$i -$VERSION -javadoc.jar
4747 ;;
48- linuxx64)
48+ linuxx64 | linuxarm64 )
4949 mvn deploy:deploy-file -DrepositoryId=ossrh -Durl=https://oss.sonatype.org/content/repositories/snapshots/ \
5050 -DpomFile=$ARTIFACT_ID_BASE -$i -$VERSION .pom \
5151 -Dfile=$ARTIFACT_ID_BASE -$i -$VERSION .klib \
You can’t perform that action at this time.
0 commit comments