Skip to content

Commit cbbb99f

Browse files
committed
v2.5.2-1
1 parent 7430a7e commit cbbb99f

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Newest Release
22

3+
### 2.5.2-1 - 03 Nov. 2025
4+
5+
New Features
6+
1. Fixed the issue where adding a signature could not be saved.
7+
8+
## Previous Release
9+
310
### 2.5.1 - 03 Nov. 2025
411

512
New Features
@@ -10,7 +17,6 @@ New Features
1017
4. Added API for page rotation
1118
5. Android: Fixed crash issue when searching text containing special characters
1219

13-
## Previous Release
1420

1521
### 2.5.0 - 23 Oct. 2025
1622

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ dependencies {
8585
compileOnly fileTree(include: ['*.jar','*.aar'], dir: 'libs')
8686
implementation "com.facebook.react:react-native:+"
8787

88-
api "com.compdf:compdfkit-tools:2.5.1"
88+
api "com.compdf:compdfkit-tools:2.5.1.1"
8989
api 'com.github.bumptech.glide:glide:4.15.1'
9090
annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1'
9191
api 'androidx.documentfile:documentfile:1.0.1'

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@compdfkit_pdf_sdk/react_native-example",
3-
"version": "2.5.1",
4-
"versionCode": "24",
3+
"version": "2.5.2-1",
4+
"versionCode": "25",
55
"private": true,
66
"scripts": {
77
"android": "react-native run-android",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compdfkit_pdf_sdk/react_native",
3-
"version": "2.5.1",
3+
"version": "2.5.2-1",
44
"description": "ComPDFKit for React Native is a comprehensive SDK that allows you to quickly add PDF functionality to Android, iOS, and React Native applications.",
55
"main": "./src/index.tsx",
66
"source": "src/index",

0 commit comments

Comments
 (0)