Skip to content

Commit

Permalink
Release 24.10 (#43)
Browse files Browse the repository at this point in the history
* Version of SDK updated

* Update kotlin version

* Removed unused property

---------

Co-authored-by: Ivan Kamkin <[email protected]>
  • Loading branch information
ivankamkin and Ivan Kamkin authored Oct 25, 2024
1 parent 76b739a commit 160b1e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.appcompat:appcompat:1.6.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.aspose:aspose-barcode-cloud:24.9.0'
implementation 'com.aspose:aspose-barcode-cloud:24.10.0'
implementation 'com.google.android.material:material:1.8.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ class MainActivity : AppCompatActivity() {
"Client Secret from https://dashboard.aspose.cloud/applications"
)

client.writeTimeout = 60_000
client.readTimeout = 60_000

api = BarcodeApi(client)
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
plugins {
id 'com.android.application' version '8.3.2' apply false
id 'com.android.library' version '8.3.2' apply false
id 'org.jetbrains.kotlin.android' version '1.7.21' apply false
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
}
ext.kotlin_version = '1.7.21'
ext.kotlin_version = '1.9.0'

0 comments on commit 160b1e2

Please sign in to comment.