From b7749e563f93160de82c97fe34fb3fb0d3396304 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 13 Nov 2017 17:01:45 +0100 Subject: Bump version number to 1.12.0. --- docs/android-sdk.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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:
 dependencies {
-	compile 'com.artifex.mupdf:viewer:1.11.+'
+	compile 'com.artifex.mupdf:viewer:1.12.+'
 	...
 }
 
@@ -257,7 +257,7 @@ copy rather than the official mupdf viewer package. In your app build.gradle:
 dependencies {
-	compile 'com.artifex.mupdf:viewer:1.11.+'
+	compile 'com.artifex.mupdf:viewer:1.12.+'
 	compile project(':mupdf-lib')
 	...
 }
-- 
cgit v1.2.3