Parcourir la source

compdfkit(rn) - changelog修改

liuxiaolong il y a 2 mois
Parent
commit
57e15bdad2
2 fichiers modifiés avec 2 ajouts et 9 suppressions
  1. 0 7
      CHANGELOG.md
  2. 2 2
      example/android/config.gradle

+ 0 - 7
CHANGELOG.md

@@ -1,19 +1,12 @@
 ## Newest Release
 
 ### 2.2.0 - 13 Dec. 2024
-
 * Added features support for ComPDFKit PDF SDK for [Android V2.2.0](https://www.compdf.com/pdf-sdk/changelog-android#v2-2-0).
-
 * Added features support for ComPDFKit PDF SDK for [iOS V2.2.0](https://www.compdf.com/pdf-sdk/changelog-ios#v2-2-0).
-
 * Added import and export annotation interfaces.
-
 * Added delete all annotations interface.
-
 * Added get page number interface and page number listener callback.
-
 * Added save document callback.
-
 * Optimized document saving logic on iOS platform.
 
 

+ 2 - 2
example/android/config.gradle

@@ -6,7 +6,7 @@ ext {
             VERSIONCODE: 1011
     ]
     sdk = [
-            COMPDFKIT_SDK_VERSION : "2.1.1",
-            COMPDFKIT_SDK_BUILD_TAG : "build_beta_2.0.1_f95eee300_202404241139"
+            COMPDFKIT_SDK_VERSION : "2.2.0",
+            COMPDFKIT_SDK_BUILD_TAG : "build_dev_2.2.0_4aef7ae8_202412101057"
     ]
 }