Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
max-kammerer committed Sep 28, 2023
1 parent e01b70a commit aa210b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand All @@ -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
Expand Down

0 comments on commit aa210b9

Please sign in to comment.