From 6f95c23195e1d834d242df81c0442aae5b297791 Mon Sep 17 00:00:00 2001 From: Denis Averin Date: Fri, 30 May 2025 18:25:13 +0700 Subject: [PATCH 1/2] Update version to 24.13.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index fe38ab6..9dc7880 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.12.0' + implementation 'com.aspose:aspose-barcode-cloud:24.13.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' From fe959e0e739a4ed376e9700b9463371192bae0ab Mon Sep 17 00:00:00 2001 From: Denis Averin Date: Sat, 31 May 2025 16:13:46 +0700 Subject: [PATCH 2/2] Change action branches from `main` to `v3` --- .github/workflows/build.yml | 4 ++-- .github/workflows/check-badges.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e79c368..fed9e56 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: Build Android App on: push: - branches: [ main ] + branches: [ v3 ] pull_request: - branches: [ main ] + branches: [ v3 ] jobs: build-android: diff --git a/.github/workflows/check-badges.yml b/.github/workflows/check-badges.yml index eef6f26..1e39ee9 100644 --- a/.github/workflows/check-badges.yml +++ b/.github/workflows/check-badges.yml @@ -2,9 +2,9 @@ name: Check badges in README.md on: push: - branches: [ main ] + branches: [ v3 ] pull_request: - branches: [ main ] + branches: [ v3 ] jobs: check-badges: