Skip to content

Commit

Permalink
Lib version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankamkin committed Nov 29, 2024
1 parent 160b1e2 commit 206d0d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.10.0'
implementation 'com.aspose:aspose-barcode-cloud:24.11.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,6 +108,7 @@ class MainActivity : AppCompatActivity() {
"Client Secret from https://dashboard.aspose.cloud/applications"
)

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

api = BarcodeApi(client)
Expand Down

0 comments on commit 206d0d6

Please sign in to comment.