From 3294bf4a4fd9dc47f779ea715ac8106260ddacf5 Mon Sep 17 00:00:00 2001 From: TacoTheDank Date: Tue, 23 Nov 2021 21:28:29 -0500 Subject: [PATCH] Release 2.4.0 --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/32.txt | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/32.txt diff --git a/app/build.gradle b/app/build.gradle index ba711fa..77159a7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "taco.scoop" minSdkVersion 21 targetSdkVersion 31 - versionCode 31 - versionName "2.3.1" + versionCode 32 + versionName "2.4.0" vectorDrawables.useSupportLibrary true resValue 'string', 'application_id', applicationId diff --git a/fastlane/metadata/android/en-US/changelogs/32.txt b/fastlane/metadata/android/en-US/changelogs/32.txt new file mode 100644 index 0000000..80fda65 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/32.txt @@ -0,0 +1,7 @@ +2.4.0: Android 12 support + more! +- Now targets and supports Android 12 (API 31) +- Removed all crashlog uploading functionality (please see GitHub release for explanation) +- Removed INTERNET permission (no longer needed because of above) +- Improved launcher icon +- New translations: Spanish, German, Chinese (Simplified), Thai (thank you contributors!) +- Bug fixes and internal improvements