|
@@ -53,12 +53,12 @@ dependencies {
|
|
|
api fileTree(include: ['*.jar'], dir: 'libs')
|
|
|
api project(path:':ComPDFKit_Repo:compdfkit')
|
|
|
api project(path:':ComPDFKit_Repo:compdfkit-ui')
|
|
|
-// api 'com.compdf:compdfkit:1.13.0-SNAPSHOT'
|
|
|
-// api 'com.compdf:compdfkit-ui:1.13.0-SNAPSHOT'
|
|
|
+// api ('com.compdf:compdfkit:1.13.0')
|
|
|
+// api ('com.compdf:compdfkit-ui:1.13.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'
|
|
|
api 'androidx.appcompat:appcompat:1.6.1'
|
|
|
api 'com.google.android.material:material:1.8.0'
|
|
|
api 'androidx.constraintlayout:constraintlayout:2.1.4'
|
|
|
-}
|
|
|
+}
|