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:
authorbinsky08 <timo@binsky.org>2021-09-02 16:54:27 +0300
committerbinsky08 <timo@binsky.org>2021-09-02 16:54:27 +0300
commit760e7883707323cf4ec50653e77fcc9843af744a (patch)
tree74908b0fe8dc31f3be0a57c82a856be206c4eb5e /openssl.conf.example
parent88b7bb551bf9311d3a2270d1e528acad2aff6517 (diff)
set java version to 11 (required by gradle 7.0.2)
Signed-off-by: binsky08 <timo@binsky.org>
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