Skip to content

Commit f983901

Browse files
authored
Merge pull request #78 from aspose-pdf-cloud/develop
fix doc
2 parents ce6ef3b + f9646d9 commit f983901

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Add this dependency to your project's POM:
6363
<dependency>
6464
<groupId>com.aspose</groupId>
6565
<artifactId>aspose-pdf-cloud-android</artifactId>
66-
<version>21.11.0</version>
66+
<version>24.10.0</version>
6767
<scope>compile</scope>
6868
</dependency>
6969
```
@@ -72,7 +72,7 @@ Add this dependency to your project's POM:
7272
Add this dependency to your project's build file:
7373

7474
```groovy
75-
compile "com.aspose:aspose-pdf-cloud-android:21.11.0"
75+
compile "com.aspose:aspose-pdf-cloud-android:24.10.0"
7676
```
7777

7878
### Others
@@ -82,7 +82,7 @@ At first generate the JAR by executing:
8282

8383
Then manually install the following JARs:
8484

85-
* target/aspose-pdf-cloud-android-21.11.0.jar
85+
* target/aspose-pdf-cloud-android-24.10.0.jar
8686
* target/lib/*.jar
8787

8888
## Getting Started

0 commit comments

Comments
 (0)