diff --git a/CHANGELOG.md b/CHANGELOG.md index a968eef6d6..0516ce5ca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= * Listing NOT rule conditions * Reverted AndroidX fragment to version 1.6.2 * Small improvements and minor bug fixes +* Updated build tools * Updated [translations](https://crowdin.com/project/open-source-email) Preview versions are available [here](https://bitbucket.org/M66B/fairemail-test/downloads/). diff --git a/app/src/main/assets/CHANGELOG.md b/app/src/main/assets/CHANGELOG.md index a968eef6d6..0516ce5ca6 100644 --- a/app/src/main/assets/CHANGELOG.md +++ b/app/src/main/assets/CHANGELOG.md @@ -13,6 +13,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= * Listing NOT rule conditions * Reverted AndroidX fragment to version 1.6.2 * Small improvements and minor bug fixes +* Updated build tools * Updated [translations](https://crowdin.com/project/open-source-email) Preview versions are available [here](https://bitbucket.org/M66B/fairemail-test/downloads/). diff --git a/build.gradle b/build.gradle index 45e1d25961..8f18738895 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { dependencies { // https://developer.android.com/studio/releases/gradle-plugin - classpath 'com.android.tools.build:gradle:8.4.0' + classpath 'com.android.tools.build:gradle:8.4.1' // https://github.com/bugsnag/bugsnag-android-gradle-plugin // https://mvnrepository.com/artifact/com.bugsnag/bugsnag-android-gradle-plugin classpath "com.bugsnag:bugsnag-android-gradle-plugin:8.1.0" diff --git a/metadata/en-US/changelogs/2182.txt b/metadata/en-US/changelogs/2182.txt index 2ee813a8cb..22b7373755 100644 --- a/metadata/en-US/changelogs/2182.txt +++ b/metadata/en-US/changelogs/2182.txt @@ -13,6 +13,7 @@ Next version * Listing NOT rule conditions * Reverted AndroidX fragment to version 1.6.2 * Small improvements and minor bug fixes +* Updated build tools * Updated translations Preview versions are available here.