Skip to content

Commit 1a7f302

Browse files
committed
v2.6.7
1 parent 07f9e98 commit 1a7f302

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

693 Bytes
Binary file not shown.
-437 Bytes
Binary file not shown.

ComPDFKit_Tools/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ dependencies {
5252

5353
api fileTree(include: ['*.jar'], dir: 'libs')
5454
// use this
55-
api project(path:':ComPDFKit_Repo:compdfkit')
56-
api project(path:':ComPDFKit_Repo:compdfkit-ui')
55+
// api project(path:':ComPDFKit_Repo:compdfkit')
56+
// api project(path:':ComPDFKit_Repo:compdfkit-ui')
5757
// or use
58-
// api ('com.compdf:compdfkit:2.6.6')
59-
// api ('com.compdf:compdfkit-ui:2.6.6')
58+
api ('com.compdf:compdfkit:2.6.7')
59+
api ('com.compdf:compdfkit-ui:2.6.7')
6060
api 'com.github.bumptech.glide:glide:4.15.1'
6161
annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1'
6262
api "androidx.print:print:1.0.0"

PDFViewer/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ dependencies {
6060
api project(path: ':ComPDFKit_Tools')
6161

6262
// or
63-
// implementation ('com.compdf:compdfkit-tools:2.6.6')
63+
// implementation ('com.compdf:compdfkit-tools:2.6.7')
6464
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ Edit it and add the complete `ComPDF SDK` dependency:
102102

103103
```groovy
104104
dependencies {
105-
implementation 'com.compdf:compdfkit:2.6.1'
106-
implementation 'com.compdf:compdfkit-ui:2.6.1'
105+
implementation 'com.compdf:compdfkit:2.6.7'
106+
implementation 'com.compdf:compdfkit-ui:2.6.7'
107107
}
108108
```
109109

config.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ ext {
44
MINSDK: 21,
55
TARGETSDK: 36,
66
VERSIONCODE: 1031,
7-
VERSIONNAME: "2.6.6"
7+
VERSIONNAME: "2.6.7"
88
]
99
sdk = [
10-
COMPDFKIT_SDK_VERSION : "2.6.6",
11-
COMPDFKIT_SDK_BUILD_TAG : "build_dev_03226198_202602261000"
10+
COMPDFKIT_SDK_VERSION : "2.6.7",
11+
COMPDFKIT_SDK_BUILD_TAG : "build_dev_03226198_202605141000"
1212
]
1313
}

0 commit comments

Comments
 (0)