Skip to content

Commit b1db448

Browse files
committed
Update MuPDF to 1.25.2.
1 parent d108253 commit b1db448

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

app/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
apply plugin: 'com.android.application'
22

33
group = 'com.artifex.mupdf'
4-
version = '1.25.1a'
4+
version = '1.25.2a'
55

66
dependencies {
77
if (file('../lib/build.gradle').isFile())
88
api project(':lib')
99
else
10-
api 'com.artifex.mupdf:mini:1.25.1a'
10+
api 'com.artifex.mupdf:mini:1.25.2a'
1111
}
1212

1313
android {
1414
compileSdkVersion 33
1515
defaultConfig {
1616
minSdkVersion 21
1717
targetSdkVersion 34
18-
versionName '1.25.1a'
19-
versionCode 151
18+
versionName '1.25.2a'
19+
versionCode 152
2020
}
2121

2222
splits {

jni

lib/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ apply plugin: 'com.android.library'
22
apply plugin: 'maven-publish'
33

44
group = 'com.artifex.mupdf'
5-
version = '1.25.1a'
5+
version = '1.25.2a'
66

77
dependencies {
88
implementation 'androidx.appcompat:appcompat:1.1.+'
99
if (file('../jni/build.gradle').isFile())
1010
api project(':jni')
1111
else
12-
api 'com.artifex.mupdf:fitz:1.25.1'
12+
api 'com.artifex.mupdf:fitz:1.25.2'
1313
}
1414

1515
android {

0 commit comments

Comments
 (0)