File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
group = ' com.artifex.mupdf'
4
- version = ' 1.25.1a '
4
+ version = ' 1.25.2a '
5
5
6
6
dependencies {
7
7
if (file(' ../lib/build.gradle' ). isFile())
8
8
api project(' :lib' )
9
9
else
10
- api ' com.artifex.mupdf:mini:1.25.1a '
10
+ api ' com.artifex.mupdf:mini:1.25.2a '
11
11
}
12
12
13
13
android {
14
14
compileSdkVersion 33
15
15
defaultConfig {
16
16
minSdkVersion 21
17
17
targetSdkVersion 34
18
- versionName ' 1.25.1a '
19
- versionCode 151
18
+ versionName ' 1.25.2a '
19
+ versionCode 152
20
20
}
21
21
22
22
splits {
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ apply plugin: 'com.android.library'
2
2
apply plugin : ' maven-publish'
3
3
4
4
group = ' com.artifex.mupdf'
5
- version = ' 1.25.1a '
5
+ version = ' 1.25.2a '
6
6
7
7
dependencies {
8
8
implementation ' androidx.appcompat:appcompat:1.1.+'
9
9
if (file(' ../jni/build.gradle' ). isFile())
10
10
api project(' :jni' )
11
11
else
12
- api ' com.artifex.mupdf:fitz:1.25.1 '
12
+ api ' com.artifex.mupdf:fitz:1.25.2 '
13
13
}
14
14
15
15
android {
You can’t perform that action at this time.
0 commit comments