Update to version 1.13.0.
diff --git a/jni b/jni
index 360c836..a3d19e6 160000
--- a/jni
+++ b/jni
@@ -1 +1 @@
-Subproject commit 360c83670fba2fb815df0a9aea23bf2a432f80a3
+Subproject commit a3d19e6296af6cfeee3a9ad2c588c723742ffcf3
diff --git a/lib/build.gradle b/lib/build.gradle
index 174a82c..b7ea1af 100644
--- a/lib/build.gradle
+++ b/lib/build.gradle
@@ -2,13 +2,13 @@
apply plugin: 'maven'
group = 'com.artifex.mupdf'
-version = '1.12.0'
+version = '1.13.0'
dependencies {
if (file('../jni/build.gradle').isFile())
compile project(':jni')
else
- compile 'com.artifex.mupdf:fitz:1.12.0'
+ compile 'com.artifex.mupdf:fitz:1.13.0'
}
android {