Update android and linux dynamic libs, prevent windows shell from hanging and fix type for android on x86_64
This commit is contained in:
parent
13b81c409e
commit
8bbb2ff635
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
./gradlew publishMingwX64PublicationToMavenRepository
|
||||
./gradlew --no-daemon publishMingwX64PublicationToMavenRepository
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#this will hopefully download all konan dependancies that we use in the build scripts
|
||||
./gradlew clean || exit 1
|
||||
./gradlew --no-daemon clean || exit 1
|
||||
./gradlew --no-daemon multiplatform-crypto-api:build || exit 1
|
||||
cd sodiumWrapper
|
||||
echo "Starting mingw libsodium build"
|
||||
|
Loading…
x
Reference in New Issue
Block a user