|
@@ -55,10 +55,8 @@ dependencies {
|
|
|
api project(path:':ComPDFKit_Repo:compdfkit')
|
|
|
api project(path:':ComPDFKit_Repo:compdfkit-ui')
|
|
|
// or use
|
|
|
-// api ('com.compdf:compdfkit:2.2.0-SNAPSHOT')
|
|
|
-// api ('com.compdf:compdfkit-ui:2.2.0-SNAPSHOT')
|
|
|
-// api project(path: ':ComPDFKit')
|
|
|
-// api project(path: ':ComPDFKit-UI')
|
|
|
+// api ('com.compdf:compdfkit:2.2.0')
|
|
|
+// api ('com.compdf:compdfkit-ui:2.2.0')
|
|
|
api 'com.github.bumptech.glide:glide:4.15.1'
|
|
|
annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1'
|
|
|
api 'androidx.documentfile:documentfile:1.0.1'
|