Skip to content

Commit 13fd576

Browse files
committed
fix - Fixed the issue where adding a signature could not be saved.
1 parent c5cfb4a commit 13fd576

File tree

11 files changed

+570
-6
lines changed

11 files changed

+570
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.5.1+1
2+
1. Fixed the issue where adding a signature could not be saved.
3+
14
## 2.5.1
25
1. Added the features support for ComPDFKit PDF SDK for iOS V2.5.1.
36
2. Added the features support for ComPDFKit PDF SDK for Android V2.5.1.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Alternatively you can update the `AndroidManifest.xml` file to use `FlutterFragm
151151
dependencies:
152152
flutter:
153153
sdk: flutter
154-
+ compdfkit_flutter: ^2.5.1
154+
+ compdfkit_flutter: ^2.5.1+1
155155
```
156156

157157
8. Add the PDF documents you want to display in the project
@@ -197,7 +197,7 @@ cd example
197197
dependencies:
198198
flutter:
199199
sdk: flutter
200-
+ compdfkit_flutter: ^2.5.1
200+
+ compdfkit_flutter: ^2.5.1+1
201201
```
202202

203203
4. Open your project's Podfile in a text editor:

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ android {
4141
compileOnly fileTree(include: ['*.jar','*.aar'], dir: 'libs')
4242

4343
// dependencies compdfkit pdf sdk
44-
api 'com.compdf:compdfkit-tools:2.5.1'
44+
api 'com.compdf:compdfkit-tools:2.5.1.1'
4545

4646
testImplementation 'junit:junit:4.13.2'
4747
testImplementation 'org.mockito:mockito-core:5.0.0'
6.89 MB
Binary file not shown.
7.13 MB
Binary file not shown.

example/android/config.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ ext {
33
COMPILESDK: 35,
44
MINSDK: 21,
55
TARGETSDK: 35,
6-
VERSIONCODE: 23
6+
VERSIONCODE: 24
77
]
88
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)