From aa210b9db6088bd5fae5535526600d7dd606074b Mon Sep 17 00:00:00 2001 From: Michael Bogdanov Date: Thu, 28 Sep 2023 18:32:06 +0200 Subject: [PATCH] Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6c3008b92..82e209bbe 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,10 @@ Take a look into To build `Orion Viewer` you will need: - * Android Studio 3.6+ - * android-sdk 28+ + * Android Studio 2022.3+ + * android-sdk 33+ * android-ndk 20+ - * make and python2 for mupdf + * make and python3 for mupdf * git * downloaded native libs (mupdf, djvu): @@ -66,7 +66,7 @@ To build `Orion Viewer` you will need: It will generate `apk` artifacts suitable for Android 4.1+ devices. - For Android 4.0.x devices use next command (it also requires android-ndk 17): + For Android 4.0.x devices use next build commands (it also requires android-ndk 17): ``` ./gradlew :nativeLibs:djvuModule:clean :nativeLibs:mupdfModule:clean