Bump gradle tools

This commit is contained in:
Philipp Heckel 2023-05-19 20:29:16 -04:00
parent e71117c1cd
commit c15efff72c
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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)