From 4ee2f53bd40900ad3be358c5ad821aaccf9d5fa2 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Wed, 23 Nov 2022 13:11:16 -0500 Subject: [PATCH] Changelog --- fastlane/metadata/android/en-US/changelog/29.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/fastlane/metadata/android/en-US/changelog/29.txt b/fastlane/metadata/android/en-US/changelog/29.txt index a1b0c38..016efd8 100644 --- a/fastlane/metadata/android/en-US/changelog/29.txt +++ b/fastlane/metadata/android/en-US/changelog/29.txt @@ -1,5 +1,6 @@ Bug fixes + maintenance: * Upgrade Android dependencies and build toolchain to SDK 33 (no ticket) +* Simplify F-Droid build: Disable tasks for Google Services (#516, thanks to @markosopcic) * Android 13: Ask for permission to post notifications (#508) * Remove timestamp when copying message text (#471, thanks to @wunter8) * Fix auto-delete if some icons do not exist anymore (#506)