diff --git a/README b/README index 4f56ce8e3..4e7d7e2ef 100644 --- a/README +++ b/README @@ -2,6 +2,6 @@ Native library build instructions: 1. Make sure you have the latest MIPS Android NDK installed: https://developer.android.com/tools/sdk/ndk/index.html -2. From KeePassDroid/jni, call prep_build.sh to download and unpack the crypto sources. +2. From KeePassDroid/app/src/main/jni, call prep_build.sh to download and unpack the crypto sources. -3. From the KeePassDroid root directory, call ${path-to-ndk}/ndk-build +3. The standard gradle files build everything now.