Skip to content

Commit 944039a

Browse files
committed
Update to v19.5
1 parent 62f9298 commit 944039a

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Aspose.PDF Cloud
22
- API version: 2.0
3-
- Package version: 19.4.0
3+
- Package version: 19.5.0
44

55
[Aspose.PDF Cloud](https://products.aspose.cloud/pdf) is a true REST API that enables you to perform a wide range of document processing operations including creation, manipulation, conversion and rendering of PDF documents in the cloud.
66

@@ -37,7 +37,7 @@ Add this dependency to your project's POM:
3737
<dependency>
3838
<groupId>com.aspose</groupId>
3939
<artifactId>aspose-cloud-pdf-android</artifactId>
40-
<version>19.4.0</version>
40+
<version>19.5.0</version>
4141
<scope>compile</scope>
4242
</dependency>
4343
```
@@ -47,7 +47,7 @@ Add this dependency to your project's POM:
4747
Add this dependency to your project's build file:
4848

4949
```groovy
50-
compile "com.aspose:aspose-cloud-pdf-android:19.4.0"
50+
compile "com.aspose:aspose-cloud-pdf-android:19.5.0"
5151
```
5252

5353
### Others
@@ -58,7 +58,7 @@ At first generate the JAR by executing:
5858

5959
Then manually install the following JARs:
6060

61-
* target/aspose-cloud-pdf-android-19.4.0.jar
61+
* target/aspose-cloud-pdf-android-19.5.0.jar
6262
* target/lib/*.jar
6363

6464
## Getting Started

sdk/aspose-cloud-pdf-android.iml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,22 @@
7878
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/rs" isTestSource="true" />
7979
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/shaders" isTestSource="true" />
8080
<excludeFolder url="file://$MODULE_DIR$/build/android-profile" />
81+
<excludeFolder url="file://$MODULE_DIR$/build/docs" />
8182
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/bundles" />
8283
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/classes" />
8384
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />
8485
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental-safeguard" />
8586
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/jniLibs" />
8687
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/lint" />
88+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/lint-cache" />
8789
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" />
8890
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
8991
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/shaders" />
9092
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/transforms" />
93+
<excludeFolder url="file://$MODULE_DIR$/build/libs" />
9194
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
95+
<excludeFolder url="file://$MODULE_DIR$/build/publications" />
96+
<excludeFolder url="file://$MODULE_DIR$/build/reports" />
9297
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
9398
</content>
9499
<orderEntry type="jdk" jdkName="Android API 27 Platform" jdkType="Android SDK" />

sdk/build.gradle

Lines changed: 2 additions & 2 deletions
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 = '19.4.0'
23+
version = '19.5.0'
2424

2525
buildscript {
2626
repositories {
@@ -96,7 +96,7 @@ dependencies {
9696
publish {
9797
groupId = 'com.aspose'
9898
artifactId = 'aspose-cloud-pdf-android'
99-
publishVersion = '19.4.0'
99+
publishVersion = '19.5.0'
100100
desc = 'Aspose.PDF Cloud is a REST API for creating and editing PDF files. It can also be used to convert PDF files to different formats like DOC, HTML, XPS, TIFF and many more. Aspose.PDF Cloud gives you control: create PDFs from scratch or from HTML, XML, template, database, XPS or an image. Render PDFs to image formats such as JPEG, PNG, GIF, BMP, TIFF and many others. Aspose.PDF Cloud helps you manipulate elements of a PDF file like text, annotations, watermarks, signatures, bookmarks, stamps and so on. Its REST API also allows you to manage PDF pages by using features like merging, splitting, and inserting. Add images to a PDF file or convert PDF pages to images.'
101101
licences = ['MIT']
102102
website = 'https://products.aspose.cloud/pdf/cloud'

sdk/src/test/java/com/aspose/asposecloudpdfandroid/api/PdfApiTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222

2323
package com.aspose.asposecloudpdfandroid.api;
2424

25-
import android.util.Base64;
26-
import android.view.textservice.TextInfo;
27-
2825
import com.aspose.asposecloudpdfandroid.ApiException;
2926
import com.aspose.asposecloudpdfandroid.model.*;
3027

@@ -37,7 +34,6 @@
3734

3835
import java.io.FileNotFoundException;
3936
import java.io.FileReader;
40-
import java.io.UnsupportedEncodingException;
4137
import java.util.ArrayList;
4238
import java.util.List;
4339

0 commit comments

Comments
 (0)