diff --git a/README.md b/README.md index a646b2c..f3e5ff5 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Postnet, Planet, USPS OneCode, Australia Post, Deutsche Post Identcode, Deutsche ## Prerequisites -To use Aspose Barcode Cloud for Android you need to register an account with [Aspose Cloud](https://www.aspose.cloud) and lookup/create Client Secret and SID at [Cloud Dashboard](https://dashboard.aspose.cloud/applications). There is free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/pricing). +To use Aspose Barcode Cloud for Android you need to register an account with [Aspose Cloud](https://www.aspose.cloud) and lookup/create Client Secret and SID at [Cloud Dashboard](https://dashboard.aspose.cloud/applications). There is free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/). ## Getting Started diff --git a/app/build.gradle b/app/build.gradle index abc4667..e625443 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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.1.0' + implementation 'com.aspose:aspose-barcode-cloud:24.2.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' diff --git a/build.gradle b/build.gradle index 71b0fbb..97c6d70 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.2.2' apply false - id 'com.android.library' version '8.2.2' apply false + id 'com.android.application' version '8.2.0' apply false + id 'com.android.library' version '8.2.0' apply false id 'org.jetbrains.kotlin.android' version '1.7.21' apply false } ext.kotlin_version = '1.7.21' diff --git a/gradle.properties b/gradle.properties index 1ee40ba..2e49100 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,5 +21,6 @@ kotlin.code.style=official # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true +android.defaults.buildfeatures.buildconfig=true android.nonFinalResIds=false org.gradle.configuration-cache=true