summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-11-13 17:01:45 +0100
committerRobin Watts <robin.watts@artifex.com>2017-11-23 11:42:45 +0000
commitb7749e563f93160de82c97fe34fb3fb0d3396304 (patch)
tree3ec843d3592b39094d07ee336dadbf28c48061c2 /docs
parentcea355ad88f8022e4b9defdae2250bc8196eef4d (diff)
downloadmupdf-b7749e563f93160de82c97fe34fb3fb0d3396304.tar.xz
Bump version number to 1.12.0.
Diffstat (limited to 'docs')
-rw-r--r--docs/android-sdk.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/android-sdk.html b/docs/android-sdk.html
index d48a33af..fba6f27e 100644
--- a/docs/android-sdk.html
+++ b/docs/android-sdk.html
@@ -139,7 +139,7 @@ In your app's build.gradle, add the bolded line to the dependencies section:
<pre>
dependencies {
- <b>compile 'com.artifex.mupdf:viewer:1.11.+'</b>
+ <b>compile 'com.artifex.mupdf:viewer:1.12.+'</b>
...
}
</pre>
@@ -257,7 +257,7 @@ copy rather than the official mupdf viewer package. In your app build.gradle:
<pre>
dependencies {
- <strike>compile 'com.artifex.mupdf:viewer:1.11.+'</strike>
+ <strike>compile 'com.artifex.mupdf:viewer:1.12.+'</strike>
<b>compile project(':mupdf-lib')</b>
...
}