Skip to content

Commit

Permalink
update mupdf to 1.24.8
Browse files Browse the repository at this point in the history
  • Loading branch information
elementdavv committed Jul 29, 2024
1 parent b07c600 commit 4b59483
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

group = 'net.timelegend.chaka'
version = '1.24.6a.2'
version = '1.24.8a.3'

dependencies {
if (file('../lib/build.gradle').isFile())
api project(':lib')
else
api 'net.timelegend.chaka:viewer:1.24.6a.2'
api 'net.timelegend.chaka:viewer:1.24.8a.3'
}

android {
Expand All @@ -17,8 +17,8 @@ android {
namespace 'net.timelegend.chaka.viewer.app'
minSdkVersion 21
targetSdkVersion 34
versionName '1.24.6a.2'
versionCode 152
versionName '1.24.8a.3'
versionCode 153
}
splits {
abi {
Expand Down
2 changes: 1 addition & 1 deletion jni
Submodule jni updated 2 files
+1 −1 build.gradle
+1 −1 libmupdf
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'maven-publish'

group = 'net.timelegend.chaka'
version = '1.24.6a.2'
version = '1.24.8a.3'

dependencies {
implementation 'androidx.appcompat:appcompat:1.3.+'
Expand All @@ -11,7 +11,7 @@ dependencies {
if (file('../jni/build.gradle').isFile())
api project(':jni')
else
api 'com.artifex.mupdf:fitz:1.24.6'
api 'com.artifex.mupdf:fitz:1.24.8'
}

android {
Expand Down

0 comments on commit 4b59483

Please sign in to comment.