From f01860a5067661dd6e1335c9953f838c1ad72f84 Mon Sep 17 00:00:00 2001 From: ivankamkin <109517020+ivankamkin@users.noreply.github.com> Date: Tue, 27 Feb 2024 14:05:29 +0500 Subject: [PATCH] Release 24.1 (#34) * Library updated * Update Gradle plugins --------- Co-authored-by: Ivan Kamkin <234-Ivan.Kamkin@users.noreply.git.saltov.dynabic.com> Co-authored-by: Denis Averin --- .github/workflows/build.yml | 7 +++++-- .github/workflows/check-badges.yml | 2 +- LICENSE | 2 +- app/build.gradle | 2 +- .../java/com/aspose/barcode/cloud/demo_app/MainActivity.kt | 2 +- build.gradle | 4 ++-- gradle.properties | 1 - 7 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b0e7895..1c9b9eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,9 +11,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Java 17 for AGP - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'temurin' java-version: 17 @@ -22,3 +22,6 @@ jobs: - uses: sparkfabrik/android-build-action@v1.5.0 with: project-path: ${{ github.workspace }} + fastlane-env: "release" + ruby-version: "2.7.5" + bundler-version: "2.3.26" diff --git a/.github/workflows/check-badges.yml b/.github/workflows/check-badges.yml index 3f97d40..eef6f26 100644 --- a/.github/workflows/check-badges.yml +++ b/.github/workflows/check-badges.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Check badges in README.md run: ./scripts/check-badges.bash "README.md" diff --git a/LICENSE b/LICENSE index d39ca27..efcf55b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Aspose Pty Ltd +Copyright (c) 2024 Aspose Pty Ltd Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/app/build.gradle b/app/build.gradle index 8023c5e..abc4667 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:23.12.0' + implementation 'com.aspose:aspose-barcode-cloud:24.1.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/app/src/main/java/com/aspose/barcode/cloud/demo_app/MainActivity.kt b/app/src/main/java/com/aspose/barcode/cloud/demo_app/MainActivity.kt index a4ff2e6..fde5a6d 100644 --- a/app/src/main/java/com/aspose/barcode/cloud/demo_app/MainActivity.kt +++ b/app/src/main/java/com/aspose/barcode/cloud/demo_app/MainActivity.kt @@ -1,7 +1,7 @@ /* * -------------------------------------------------------------------------------- * - * Copyright (c) 2023 Aspose.BarCode for Cloud + * Copyright (c) 2024 Aspose.BarCode for Cloud * * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/build.gradle b/build.gradle index 97c6d70..71b0fbb 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.0' apply false - id 'com.android.library' version '8.2.0' apply false + id 'com.android.application' version '8.2.2' apply false + id 'com.android.library' version '8.2.2' 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 2e49100..1ee40ba 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,6 +21,5 @@ 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