Jelajahi Sumber

PDFTool(Android) - v2.1.2 release

liuxiaolong 3 bulan lalu
induk
melakukan
d9c1ebea79

+ 2 - 2
ComPDFKit_Tools/build.gradle

@@ -54,8 +54,8 @@ dependencies {
     api project(path:':ComPDFKit_Repo:compdfkit')
     api project(path:':ComPDFKit_Repo:compdfkit-ui')
     // or use
-//    api ('com.compdf:compdfkit:2.1.1')
-//    api ('com.compdf:compdfkit-ui:2.1.1')
+//    api ('com.compdf:compdfkit:2.1.2')
+//    api ('com.compdf:compdfkit-ui:2.1.2')
     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

@@ -56,5 +56,5 @@ dependencies {
     implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
     api project(path: ':ComPDFKit_Tools')
     // or
-//    implementation ('com.compdf:compdfkit-ui:2.1.2')
+//    implementation ('com.compdf:compdfkit-tools:2.1.2')
 }

+ 1 - 1
compdfkit-tools-mavencentral.gradle

@@ -1,7 +1,7 @@
 apply plugin: 'maven-publish'
 apply plugin: 'signing'
 
-def PUBLISH_VERSION = '2.1.1'
+def PUBLISH_VERSION = '2.1.2'
 def PUBLISH_GROUP_ID = 'com.compdf'
 def PUBLISH_ARTIFACT_ID = 'compdfkit-tools'
 

+ 1 - 1
config.gradle

@@ -7,6 +7,6 @@ ext {
     ]
     sdk = [
             COMPDFKIT_SDK_VERSION : "2.1.2",
-            COMPDFKIT_SDK_BUILD_TAG : "build_dev_2.1.2_8485c6e5b_202408091626"
+            COMPDFKIT_SDK_BUILD_TAG : "build_dev_2.1.2_8485c6e5b_202408271626"
     ]
 }