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