From 1bde428ace34dabcebb4d2bdfc63096e0aa35c51 Mon Sep 17 00:00:00 2001 From: Hardcore Sushi Date: Thu, 15 Oct 2020 19:40:45 +0200 Subject: [PATCH] Upgrading to OpenSSL v1.1.1h --- README.md | 6 +++--- app/build.gradle | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 56a2c98..bf74ef8 100644 --- a/README.md +++ b/README.md @@ -70,15 +70,15 @@ $ git clone https://github.com/hardcore-sushi/DroidFS.git Gocryptfs need openssl to work: ``` $ cd DroidFS/app/libgocryptfs -$ wget -qO - https://www.openssl.org/source/openssl-1.1.1g.tar.gz | tar -xvzf - +$ wget -qO - https://www.openssl.org/source/openssl-1.1.1h.tar.gz | tar -xvzf - ``` #### Build First, we need to build libgocryptfs.
-Retrieve your Android NDK installation path, usually someting like "\/ndk/\". +Retrieve your Android NDK installation path, usually someting like "/home/\/AndroidSDK/ndk/\". ``` $ cd DroidFS/app/libgocryptfs -$ env ANDROID_NDK_HOME="" OPENSSL_PATH="./openssl-1.1.1g" ./build.sh +$ env ANDROID_NDK_HOME="" OPENSSL_PATH="./openssl-1.1.1h" ./build.sh ``` Then, open the DroidFS project with Android Studio.
If a device (virtual or physical) is connected, just click on "Run".
diff --git a/app/build.gradle b/app/build.gradle index 3d49eb2..1bcc5af 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "sushi.hardcore.droidfs" minSdkVersion 21 targetSdkVersion 29 - versionCode 3 - versionName "1.1.8" + versionCode 4 + versionName "1.1.9" ndk { abiFilters 'x86_64', 'armeabi-v7a', 'arm64-v8a'