Skip to content

Commit bac106c

Browse files
authored
Merge pull request #41 from kaferi/master
Update v20.12
2 parents c2e47cf + 82dcddc commit bac106c

File tree

4 files changed

+24
-22
lines changed

4 files changed

+24
-22
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: 3.0
3-
- Package version: 20.9.0
3+
- Package version: 20.12.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

@@ -38,7 +38,7 @@ Add this dependency to your project's POM:
3838
<dependency>
3939
<groupId>com.aspose</groupId>
4040
<artifactId>aspose-cloud-pdf-android</artifactId>
41-
<version>20.9.0</version>
41+
<version>20.12.0</version>
4242
<scope>compile</scope>
4343
</dependency>
4444
```
@@ -48,7 +48,7 @@ Add this dependency to your project's POM:
4848
Add this dependency to your project's build file:
4949

5050
```groovy
51-
compile "com.aspose:aspose-cloud-pdf-android:20.9.0"
51+
compile "com.aspose:aspose-cloud-pdf-android:20.12.0"
5252
```
5353

5454
### Others
@@ -59,7 +59,7 @@ At first generate the JAR by executing:
5959

6060
Then manually install the following JARs:
6161

62-
* target/aspose-cloud-pdf-android-20.9.0.jar
62+
* target/aspose-cloud-pdf-android-20.12.0.jar
6363
* target/lib/*.jar
6464

6565
## Getting Started

sdk/aspose-cloud-pdf-android.iml

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<module external.linked.project.id="aspose-cloud-pdf-android" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
2+
<module external.linked.project.id="aspose-cloud-pdf-android" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.aspose" external.system.module.version="20.12.0" type="JAVA_MODULE" version="4">
33
<component name="FacetManager">
44
<facet type="android-gradle" name="Android-Gradle">
55
<configuration>
66
<option name="GRADLE_PROJECT_PATH" value=":" />
7+
<option name="LAST_SUCCESSFUL_SYNC_AGP_VERSION" value="2.3.3" />
8+
<option name="LAST_KNOWN_AGP_VERSION" value="2.3.3" />
79
</configuration>
810
</facet>
911
<facet type="android" name="Android">
@@ -17,7 +19,8 @@
1719
<option name="ALLOW_USER_CONFIGURATION" value="false" />
1820
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/src/main/AndroidManifest.xml" />
1921
<option name="RES_FOLDER_RELATIVE_PATH" value="/src/main/res" />
20-
<option name="RES_FOLDERS_RELATIVE_PATH" value="" />
22+
<option name="RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/src/main/res;file://$MODULE_DIR$/src/debug/res;file://$MODULE_DIR$/build/generated/res/rs/debug;file://$MODULE_DIR$/build/generated/res/resValues/debug" />
23+
<option name="TEST_RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/src/androidTest/res;file://$MODULE_DIR$/build/generated/res/rs/androidTest/debug;file://$MODULE_DIR$/build/generated/res/resValues/androidTest/debug" />
2124
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/src/main/assets" />
2225
<option name="PROJECT_TYPE" value="1" />
2326
</configuration>
@@ -28,14 +31,12 @@
2831
<output-test url="file://$MODULE_DIR$/build/intermediates/classes/test/debug" />
2932
<exclude-output />
3033
<content url="file://$MODULE_DIR$">
31-
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/r/debug" isTestSource="false" generated="true" />
3234
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/aidl/debug" isTestSource="false" generated="true" />
3335
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/buildConfig/debug" isTestSource="false" generated="true" />
3436
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/rs/debug" isTestSource="false" generated="true" />
3537
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/apt/debug" isTestSource="false" generated="true" />
3638
<sourceFolder url="file://$MODULE_DIR$/build/generated/res/rs/debug" type="java-resource" />
3739
<sourceFolder url="file://$MODULE_DIR$/build/generated/res/resValues/debug" type="java-resource" />
38-
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/r/androidTest/debug" isTestSource="true" generated="true" />
3940
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/aidl/androidTest/debug" isTestSource="true" generated="true" />
4041
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/buildConfig/androidTest/debug" isTestSource="true" generated="true" />
4142
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/rs/androidTest/debug" isTestSource="true" generated="true" />
@@ -77,6 +78,8 @@
7778
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/java" isTestSource="true" />
7879
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/rs" isTestSource="true" />
7980
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/shaders" isTestSource="true" />
81+
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
82+
<excludeFolder url="file://$MODULE_DIR$/build" />
8083
<excludeFolder url="file://$MODULE_DIR$/build/android-profile" />
8184
<excludeFolder url="file://$MODULE_DIR$/build/docs" />
8285
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/bundles" />
@@ -98,16 +101,15 @@
98101
</content>
99102
<orderEntry type="jdk" jdkName="Android API 27 Platform" jdkType="Android SDK" />
100103
<orderEntry type="sourceFolder" forTests="false" />
101-
<orderEntry type="library" exported="" name="Gradle: com.google.code.gson:gson:2.8.1@jar" level="project" />
102-
<orderEntry type="library" exported="" name="Gradle: com.squareup.okio:okio:1.6.0@jar" level="project" />
103-
<orderEntry type="library" exported="" name="Gradle: org.threeten:threetenbp:1.3.5@jar" level="project" />
104-
<orderEntry type="library" exported="" scope="TEST" name="Gradle: junit:junit:4.12@jar" level="project" />
105-
<orderEntry type="library" exported="" scope="TEST" name="Gradle: org.hamcrest:hamcrest-core:1.3@jar" level="project" />
106-
<orderEntry type="library" exported="" name="Gradle: com.squareup.okhttp:okhttp:2.7.5@jar" level="project" />
107-
<orderEntry type="library" exported="" name="Gradle: io.swagger:swagger-annotations:1.5.15@jar" level="project" />
108-
<orderEntry type="library" exported="" name="Gradle: javax.annotation:jsr250-api:1.0@jar" level="project" />
109-
<orderEntry type="library" exported="" name="Gradle: io.gsonfire:gson-fire:1.8.0@jar" level="project" />
110-
<orderEntry type="library" exported="" name="Gradle: com.squareup.okhttp:logging-interceptor:2.7.5@jar" level="project" />
111-
<orderEntry type="library" exported="" name="Gradle: android-android-27" level="project" />
104+
<orderEntry type="library" exported="" name="Gradle: io.swagger:swagger-annotations:1.5.15" level="project" />
105+
<orderEntry type="library" exported="" name="Gradle: com.squareup.okhttp:okhttp:2.7.5" level="project" />
106+
<orderEntry type="library" exported="" name="Gradle: com.squareup.okio:okio:1.6.0" level="project" />
107+
<orderEntry type="library" exported="" name="Gradle: com.squareup.okhttp:logging-interceptor:2.7.5" level="project" />
108+
<orderEntry type="library" exported="" name="Gradle: com.google.code.gson:gson:2.8.1" level="project" />
109+
<orderEntry type="library" exported="" name="Gradle: io.gsonfire:gson-fire:1.8.0" level="project" />
110+
<orderEntry type="library" exported="" name="Gradle: org.threeten:threetenbp:1.3.5" level="project" />
111+
<orderEntry type="library" exported="" name="Gradle: javax.annotation:jsr250-api:1.0" level="project" />
112+
<orderEntry type="library" exported="" scope="TEST" name="Gradle: junit:junit:4.12" level="project" />
113+
<orderEntry type="library" exported="" scope="TEST" name="Gradle: org.hamcrest:hamcrest-core:1.3" level="project" />
112114
</component>
113115
</module>

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 = '20.9.0'
23+
version = '20.12.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 = '20.9.0'
99+
publishVersion = '20.12.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/main/java/com/aspose/asposecloudpdfandroid/ApiClient.java

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

9393
// Add custom headers
9494
addDefaultHeader("x-aspose-client", "android sdk");
95-
addDefaultHeader("x-aspose-client-version", "20.9.0");
95+
addDefaultHeader("x-aspose-client-version", "20.12.0");
9696

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

0 commit comments

Comments
 (0)