Browse Source

PDFTool(Android) - v2.2.0 release

liuxiaolong 3 months ago
parent
commit
6f086b3136
4 changed files with 4 additions and 6 deletions
  1. BIN
      ComPDFKit_Repo/compdfkit/ComPDFKit.aar
  2. 2 4
      ComPDFKit_Tools/build.gradle
  3. 1 1
      PDFViewer/build.gradle
  4. 1 1
      config.gradle

BIN
ComPDFKit_Repo/compdfkit/ComPDFKit.aar


+ 2 - 4
ComPDFKit_Tools/build.gradle

@@ -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'

+ 1 - 1
PDFViewer/build.gradle

@@ -57,5 +57,5 @@ dependencies {
     api project(path: ':ComPDFKit_Tools')
     debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.14'
     // or
-//    implementation ('com.compdf:compdfkit-tools:2.1.3')
+//    implementation ('com.compdf:compdfkit-tools:2.2.0')
 }

+ 1 - 1
config.gradle

@@ -7,6 +7,6 @@ ext {
     ]
     sdk = [
             COMPDFKIT_SDK_VERSION : "2.2.0",
-            COMPDFKIT_SDK_BUILD_TAG : "build_dev_2.2.0_32064baa5_202408091526"
+            COMPDFKIT_SDK_BUILD_TAG : "build_dev_2.2.0_4aef7ae8_202412101057"
     ]
 }