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