summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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>
...
}