|
@@ -50,10 +50,10 @@ android {
|
|
|
dependencies {
|
|
|
|
|
|
api fileTree(include: ['*.jar','*.aar'], dir: 'libs')
|
|
|
-// api project(path:':ComPDFKit_Repo:compdfkit')
|
|
|
-// api project(path:':ComPDFKit_Repo:compdfkit-ui')
|
|
|
-// api ('com.compdf:compdfkit:1.13.0')
|
|
|
-// api ('com.compdf:compdfkit-ui:1.13.0')
|
|
|
+ api project(path:':ComPDFKit_Repo:compdfkit')
|
|
|
+ api project(path:':ComPDFKit_Repo:compdfkit-ui')
|
|
|
+// api ('com.compdf:compdfkit:2.0.0')
|
|
|
+// api ('com.compdf:compdfkit-ui:2.0.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'
|