Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'openssl.conf.example')
-rw-r--r--openssl.conf.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl.conf.example b/openssl.conf.example
index c969361..69d933c 100644
--- a/openssl.conf.example
+++ b/openssl.conf.example
@@ -4,7 +4,7 @@ if [[ -z $ANDROID_HOME ]]; then
export ANDROID_HOME=$HOME/Android/Sdk
fi
-export ANDROID_NDK_HOME=$ANDROID_HOME/ndk/21.3.6528147
+export ANDROID_NDK_HOME=$ANDROID_HOME/ndk/21.4.7075529
export HOST_TAG=linux-x86_64 # darwin-x86_64 / linux-x86_64 / windows / windows-x86_64
export MIN_SDK_VERSION=21