From 791c747832ca968e5adfe9b7db1ea899452de51a Mon Sep 17 00:00:00 2001 From: Page Asgardius Date: Mon, 6 Feb 2023 09:15:46 -0700 Subject: [PATCH] new release --- app/build.gradle | 2 +- build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/{75.txt => 76.txt} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename fastlane/metadata/android/en-US/changelogs/{75.txt => 76.txt} (100%) diff --git a/app/build.gradle b/app/build.gradle index b3e443b..6c3efed 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ android { applicationId "asgardius.page.s3manager" minSdk 21 targetSdk 33 - versionCode 75 + versionCode 76 versionName "0.9.0" setProperty("archivesBaseName", "s3-manager-$versionName") diff --git a/build.gradle b/build.gradle index ddefa15..3cb32a1 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 '7.4.0' apply false - id 'com.android.library' version '7.4.0' apply false + id 'com.android.application' version '7.4.1' apply false + id 'com.android.library' version '7.4.1' apply false } task clean(type: Delete) { diff --git a/fastlane/metadata/android/en-US/changelogs/75.txt b/fastlane/metadata/android/en-US/changelogs/76.txt similarity index 100% rename from fastlane/metadata/android/en-US/changelogs/75.txt rename to fastlane/metadata/android/en-US/changelogs/76.txt