Skip to content

Commit 872061e

Browse files
author
tuxor1337
committed
Fix #88, v2.7.1
1 parent d791c20 commit 872061e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitmodules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
[submodule "document-viewer/jni/djvu/djvulibre"]
66
path = document-viewer/jni/djvu/djvulibre
77
url = git://git.code.sf.net/p/djvu/djvulibre-git
8+
ignore = dirty

document-viewer/jni/mupdf/Core.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ LOCAL_SRC_FILES := \
1313
) \
1414
mupdf/source/pdf/js/pdf-js.c \
1515
mupdf/source/pdf/js/pdf-jsimp-mu.c
16+
17+
LOCAL_CFLAGS += -DNOCJK
1618

1719
ifeq ($(TARGET_ARCH),arm)
1820
LOCAL_CFLAGS += -DARCH_ARM -DARCH_THUMB -DARCH_ARM_CAN_LOAD_UNALIGNED

document-viewer/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
package="org.sufficientlysecure.viewer"
55
android:installLocation="auto"
6-
android:versionCode="2700"
7-
android:versionName="2.7">
6+
android:versionCode="2710"
7+
android:versionName="2.7.1">
88

99
<uses-sdk
1010
android:minSdkVersion="8"

0 commit comments

Comments
 (0)