Skip to content

Commit 6b8c3cd

Browse files
committed
v2.6.1
1 parent 4f0376e commit 6b8c3cd

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

717 Bytes
Binary file not shown.

ComPDFKit_Tools/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ dependencies {
5454
// api project(path:':ComPDFKit_Repo:compdfkit')
5555
// api project(path:':ComPDFKit_Repo:compdfkit-ui')
5656
// or use
57-
api ('com.compdf:compdfkit:2.6.0')
58-
api ('com.compdf:compdfkit-ui:2.6.0')
57+
api ('com.compdf:compdfkit:2.6.1')
58+
api ('com.compdf:compdfkit-ui:2.6.1')
5959
api 'com.github.bumptech.glide:glide:4.15.1'
6060
annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1'
6161
api "androidx.print:print:1.1.0"

README.md

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

7373
```groovy
7474
dependencies {
75-
implementation 'com.compdf:compdfkit:2.5.3'
76-
implementation 'com.compdf:compdfkit-ui:2.5.3'
75+
implementation 'com.compdf:compdfkit:2.6.1'
76+
implementation 'com.compdf:compdfkit-ui:2.6.1'
7777
}
7878
```
7979

0 commit comments

Comments
 (0)