Skip to content

Commit ab8f931

Browse files
update to 25.3.0
1 parent f203842 commit ab8f931

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text
2929
## Read PDF Formats
3030
MHT, PCL, PS, XSLFO, MD
3131

32-
## Enhancements in Version 25.2
32+
## Enhancements in Version 25.3
3333
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
3434

3535
## Requirements
@@ -57,7 +57,7 @@ Add this dependency to your project's POM:
5757
<dependency>
5858
<groupId>com.aspose</groupId>
5959
<artifactId>aspose-pdf-cloud-android</artifactId>
60-
<version>25.2.0</version>
60+
<version>25.3.0</version>
6161
<scope>compile</scope>
6262
</dependency>
6363
```
@@ -66,7 +66,7 @@ Add this dependency to your project's POM:
6666
Add this dependency to your project's build file:
6767

6868
```groovy
69-
compile "com.aspose:aspose-pdf-cloud-android:25.2.0"
69+
compile "com.aspose:aspose-pdf-cloud-android:25.3.0"
7070
```
7171

7272
### Others
@@ -76,7 +76,7 @@ At first generate the JAR by executing:
7676

7777
Then manually install the following JARs:
7878

79-
* target/aspose-pdf-cloud-android-25.2.0.jar
79+
* target/aspose-pdf-cloud-android-25.3.0.jar
8080
* target/lib/*.jar
8181

8282
## Getting Started

sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ apply plugin: 'idea'
2020
apply plugin: 'eclipse'
2121

2222
group = 'com.aspose'
23-
version = '25.2.0'
23+
version = '25.3.0'
2424

2525
buildscript {
2626
repositories {

sdk/src/main/java/com/aspose/asposecloudpdfandroid/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public ApiClient() {
9494

9595
// Add custom headers
9696
addDefaultHeader("x-aspose-client", "android sdk");
97-
addDefaultHeader("x-aspose-client-version", "25.2.0");
97+
addDefaultHeader("x-aspose-client-version", "25.3.0");
9898

9999
// PDFCLOUD-418 Set default Connect Timeout
100100
setConnectTimeout(5 * 60 * 1000);

0 commit comments

Comments
 (0)