Update android and linux dynamic libs, prevent windows shell from hanging and fix type for android on x86_64

This commit is contained in:
Ugljesa Jovanovic 2022-08-28 20:33:23 +02:00
parent 13b81c409e
commit 8bbb2ff635
No known key found for this signature in database
GPG Key ID: 178E6DFCECCB0E0F
11 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
./gradlew publishMingwX64PublicationToMavenRepository
./gradlew --no-daemon publishMingwX64PublicationToMavenRepository

View File

@ -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"