From 8d2fc40c89a709199aa62e8f70632700ea4e0103 Mon Sep 17 00:00:00 2001 From: Timur Baiguskarov Date: Tue, 14 Apr 2026 12:37:53 +0500 Subject: [PATCH] Release v26.4.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7e0ab8e..abd9fc8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.18.0' implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' - implementation 'com.aspose:aspose-barcode-cloud:26.3.2' + implementation 'com.aspose:aspose-barcode-cloud:26.4.0' implementation 'com.google.android.material:material:1.13.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.3.0'