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