Skip to content

Commit 543b449

Browse files
authored
Aspose Barcode.Cloud SDK updated to version 20.10 (#2)
1 parent d2d7524 commit 543b449

File tree

5 files changed

+14
-12
lines changed

5 files changed

+14
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ All Aspose.BarCode for Cloud SDKs, helper scripts and templates are licensed und
2626

2727
- [**Website**](https://www.aspose.cloud)
2828
- [**Product Home**](https://products.aspose.cloud/barcode/cloud)
29-
- [**Documentation**](https://docs.aspose.cloud/display/barcodecloud/Home)
29+
- [**Documentation**](https://docs.aspose.cloud/barcode/)
3030
- [**Free Support Forum**](https://forum.aspose.cloud/c/barcode)
3131
- [**Paid Support Helpdesk**](https://helpdesk.aspose.cloud/)
3232
- [**Blog**](https://blog.aspose.cloud/category/aspose-products/aspose-barcode-product-family/)

app/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ repositories {
3131
dependencies {
3232
implementation fileTree(dir: "libs", include: ["*.jar"])
3333
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
34-
implementation 'androidx.core:core-ktx:1.3.1'
34+
implementation 'androidx.core:core-ktx:1.3.2'
3535
implementation 'androidx.appcompat:appcompat:1.2.0'
36-
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
37-
implementation 'com.aspose:aspose-barcode-cloud:20.8.0'
38-
implementation 'com.google.android.material:material:1.2.0'
39-
testImplementation 'junit:junit:4.13'
40-
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
41-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
36+
implementation 'androidx.constraintlayout:constraintlayout:2.0.2'
37+
implementation 'com.aspose:aspose-barcode-cloud:20.10.0'
38+
implementation 'com.google.android.material:material:1.2.1'
39+
testImplementation 'junit:junit:4.13.1'
40+
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
41+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
4242
}

app/src/main/java/com/example/asposebarcodecloud/MainActivity.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ class MainActivity : AppCompatActivity() {
249249
null,
250250
null,
251251
null,
252+
null,
252253
tmpFile
253254
)
254255

@@ -334,6 +335,7 @@ class MainActivity : AppCompatActivity() {
334335
null,
335336
null,
336337
null,
338+
null,
337339
"png"
338340
)
339341
runOnUiThread {

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext.kotlin_version = '1.4.0'
3+
ext.kotlin_version = '1.4.10'
44
repositories {
55
google()
66
jcenter()
77
}
88
dependencies {
9-
classpath "com.android.tools.build:gradle:4.0.1"
9+
classpath "com.android.tools.build:gradle:4.1.0"
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111

1212
// NOTE: Do not place your application dependencies here; they belong
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Aug 17 18:44:44 GMT+07:00 2020
1+
#Tue Oct 27 23:14:34 GMT+07:00 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip

0 commit comments

Comments
 (0)