Skip to content

Commit e3e5b2a

Browse files
authored
Release 24.5 (#38)
* Version of barcode-cloud sdk updated * Try to fix build with actions
1 parent f391c49 commit e3e5b2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
with:
2424
project-path: ${{ github.workspace }}
2525
fastlane-env: "release"
26-
ruby-version: "2.7.5"
27-
bundler-version: "2.3.26"
26+
ruby-version: "3.3"
27+
bundler-version: "2.4.22"

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ implementation fileTree(dir: "libs", include: ["*.jar"])
4141
implementation 'androidx.core:core-ktx:1.9.0'
4242
implementation 'androidx.appcompat:appcompat:1.6.0'
4343
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
44-
implementation 'com.aspose:aspose-barcode-cloud:24.4.0'
44+
implementation 'com.aspose:aspose-barcode-cloud:24.5.0'
4545
implementation 'com.google.android.material:material:1.8.0'
4646
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
4747
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

0 commit comments

Comments
 (0)