summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/ReadMe.txt4
-rw-r--r--android/res/values/strings.xml2
2 files changed, 2 insertions, 4 deletions
diff --git a/android/ReadMe.txt b/android/ReadMe.txt
index fc885d83..5120fc6b 100644
--- a/android/ReadMe.txt
+++ b/android/ReadMe.txt
@@ -115,9 +115,7 @@ capable of building for android is capable of doing a normal hosted
build.
On windows (where you are using cygwin), or on linux/macos, this can be
-as simple as running 'make' in the top level directory. Even if the
-make process fails, it should get far enough to generate you the required
-'generated' directory, and you can continue through these instructions.
+as simple as running 'make generate' in the top level directory.
11) Change into mupdf's android directory. Copy the
android/local.properties.sample file to be android/local.properties and
diff --git a/android/res/values/strings.xml b/android/res/values/strings.xml
index 28995d2e..06ff9983 100644
--- a/android/res/values/strings.xml
+++ b/android/res/values/strings.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">MuPDF</string>
- <string name="version">1.1 (Build 6)</string>
+ <string name="version">1.2</string>
<string name="no_media_warning">Storage Media not present</string>
<string name="no_media_hint">Sharing the storage media with a PC can make it inaccessible</string>
<string name="open_failed">Unable to open document</string>