From c15efff72c40d237bd30b861f77d5056fe468f59 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Fri, 19 May 2023 20:29:16 -0400 Subject: [PATCH] Bump gradle tools --- build.gradle | 2 +- fastlane/metadata/android/en-US/changelog/33.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2b17ea6..fd50800 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.4.1' + classpath 'com.android.tools.build:gradle:7.4.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'com.google.gms:google-services:4.3.15' // This is removed in the "fdroid" flavor diff --git a/fastlane/metadata/android/en-US/changelog/33.txt b/fastlane/metadata/android/en-US/changelog/33.txt index ed599d5..5163ad7 100644 --- a/fastlane/metadata/android/en-US/changelog/33.txt +++ b/fastlane/metadata/android/en-US/changelog/33.txt @@ -4,6 +4,7 @@ Features: Bug fixes + maintenance: * UnifiedPush subscriptions now include the Rate-Topics header to facilitate subscriber-based billing (#652, thanks to @wunter8) * Subscriptions without icons no longer appear to use another subscription's icon (#634, thanks to @topcaser for reporting, and @wunter8 for fixing) +* Bumped all dependencies to the latest versions (no ticket) Additional languages: * Swedish (thanks to @hellbown)