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