Skip to content

Commit 160b1e2

Browse files
ivankamkinIvan Kamkin
andauthored
Release 24.10 (#43)
* Version of SDK updated * Update kotlin version * Removed unused property --------- Co-authored-by: Ivan Kamkin <[email protected]>
1 parent 76b739a commit 160b1e2

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ implementation fileTree(dir: "libs", include: ["*.jar"])
4141
implementation 'androidx.core:core-ktx:1.9.0'
4242
implementation 'androidx.appcompat:appcompat:1.6.0'
4343
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
44-
implementation 'com.aspose:aspose-barcode-cloud:24.9.0'
44+
implementation 'com.aspose:aspose-barcode-cloud:24.10.0'
4545
implementation 'com.google.android.material:material:1.8.0'
4646
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
4747
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

app/src/main/java/com/aspose/barcode/cloud/demo_app/MainActivity.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ class MainActivity : AppCompatActivity() {
108108
"Client Secret from https://dashboard.aspose.cloud/applications"
109109
)
110110

111-
client.writeTimeout = 60_000
112111
client.readTimeout = 60_000
113112

114113
api = BarcodeApi(client)

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
plugins {
33
id 'com.android.application' version '8.3.2' apply false
44
id 'com.android.library' version '8.3.2' apply false
5-
id 'org.jetbrains.kotlin.android' version '1.7.21' apply false
5+
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
66
}
7-
ext.kotlin_version = '1.7.21'
7+
ext.kotlin_version = '1.9.0'

0 commit comments

Comments
 (0)