Update to mupdf 1.16.1.
diff --git a/app/build.gradle b/app/build.gradle
index 317d1e2..5c93439 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,14 +1,14 @@
 apply plugin: 'com.android.application'
 
 group = 'com.artifex.mupdf'
-version = '1.15.0'
+version = '1.16.1'
 
 dependencies {
 	implementation 'com.android.support:appcompat-v7:25.+'
 	if (file('../lib/build.gradle').isFile())
 		api project(':lib')
 	else
-		api 'com.artifex.mupdf:viewer:1.15.1'
+		api 'com.artifex.mupdf:viewer:1.16.1'
 }
 
 android {
@@ -16,8 +16,8 @@
 	defaultConfig {
 		minSdkVersion 16
 		targetSdkVersion 26
-		versionName '1.15.1'
-		versionCode 60
+		versionName '1.16.1'
+		versionCode 70
 	}
 
 	splits {
diff --git a/jni b/jni
index 9aaa8d7..aea1cda 160000
--- a/jni
+++ b/jni
@@ -1 +1 @@
-Subproject commit 9aaa8d7ed4588755a8384e2974b9d53e362e2647
+Subproject commit aea1cda98f925e35319c8083a80fe15fbae8af55
diff --git a/lib/build.gradle b/lib/build.gradle
index 50a6f0a..c01f381 100644
--- a/lib/build.gradle
+++ b/lib/build.gradle
@@ -2,13 +2,13 @@
 apply plugin: 'maven'
 
 group = 'com.artifex.mupdf'
-version = '1.15.0'
+version = '1.16.1'
 
 dependencies {
 	if (file('../jni/build.gradle').isFile())
 		api project(':jni')
 	else
-		api 'com.artifex.mupdf:fitz:1.15.0'
+		api 'com.artifex.mupdf:fitz:1.16.1'
 }
 
 android {