Skip to content

Commit f01860a

Browse files
ivankamkinIvan KamkinDenis-Averin
authored
Release 24.1 (#34)
* Library updated * Update Gradle plugins --------- Co-authored-by: Ivan Kamkin <[email protected]> Co-authored-by: Denis Averin <[email protected]>
1 parent 3f6178c commit f01860a

File tree

7 files changed

+11
-9
lines changed

7 files changed

+11
-9
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Set up Java 17 for AGP
16-
uses: actions/setup-java@v3
16+
uses: actions/setup-java@v4
1717
with:
1818
distribution: 'temurin'
1919
java-version: 17
@@ -22,3 +22,6 @@ jobs:
2222
- uses: sparkfabrik/[email protected]
2323
with:
2424
project-path: ${{ github.workspace }}
25+
fastlane-env: "release"
26+
ruby-version: "2.7.5"
27+
bundler-version: "2.3.26"

.github/workflows/check-badges.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- name: Check badges in README.md
1717
run: ./scripts/check-badges.bash "README.md"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Aspose Pty Ltd
3+
Copyright (c) 2024 Aspose Pty Ltd
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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:23.12.0'
44+
implementation 'com.aspose:aspose-barcode-cloud:24.1.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'

app/src/main/java/com/aspose/barcode/cloud/demo_app/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* --------------------------------------------------------------------------------
33
* <copyright company="Aspose">
4-
* Copyright (c) 2023 Aspose.BarCode for Cloud
4+
* Copyright (c) 2024 Aspose.BarCode for Cloud
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id 'com.android.application' version '8.2.0' apply false
4-
id 'com.android.library' version '8.2.0' apply false
3+
id 'com.android.application' version '8.2.2' apply false
4+
id 'com.android.library' version '8.2.2' apply false
55
id 'org.jetbrains.kotlin.android' version '1.7.21' apply false
66
}
77
ext.kotlin_version = '1.7.21'

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ kotlin.code.style=official
2121
# resources declared in the library itself and none from the library's dependencies,
2222
# thereby reducing the size of the R class for that library
2323
android.nonTransitiveRClass=true
24-
android.defaults.buildfeatures.buildconfig=true
2524
android.nonFinalResIds=false
2625
org.gradle.configuration-cache=true

0 commit comments

Comments
 (0)