File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ Edit it and add the complete `ComPDFKit SDK` dependency:
7272
7373``` groovy
7474dependencies {
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
You can’t perform that action at this time.
0 commit comments