File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 3.2.7 (2025-07-07)
2+ * Update [ PdfiumAndroid library] ( https://github.com/marain87/PdfiumAndroid ) to 1.9.7
3+
14## 3.2.6 (2025-06-03)
25* upgrade gradle plugin and ndk to support for 16KB Page Size
36* Update [ PdfiumAndroid library] ( https://github.com/marain87/PdfiumAndroid ) to 1.9.6
Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ android {
4242
4343dependencies {
4444 implementation ' androidx.appcompat:appcompat:1.6.1'
45- api ' com.github.marain87:PdfiumAndroid:16KB-SNAPSHOT '
45+ api ' com.github.marain87:PdfiumAndroid:1.9.7 '
4646}
4747
4848publishing {
4949 publications {
5050 release(MavenPublication ) {
5151 groupId = ' com.github.marain87'
5252 artifactId = ' AndroidPdfViewer'
53- version = " 3.2.6 "
53+ version = " 3.2.7 "
5454
5555 afterEvaluate {
5656 from components. release
Original file line number Diff line number Diff line change 88 minSdk : 21 ,
99 targetSdk : 34 ,
1010 compileSdk : 34 ,
11- versionCode : 5 ,
12- versionName : ' 3.2.6 '
11+ versionCode : 6 ,
12+ versionName : ' 3.2.7 '
1313 ]
1414}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ android {
1111 minSdk rootProject. tools. minSdk
1212 targetSdk rootProject. tools. targetSdk
1313
14- versionCode 5
14+ versionCode 6
1515 versionName " ${ rootProject.tools.versionName} "
1616
1717 javaCompileOptions {
You can’t perform that action at this time.
0 commit comments