Bump gradle tools
This commit is contained in:
parent
e71117c1cd
commit
c15efff72c
2 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@ buildscript {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
dependencies {
|
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 "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||||
classpath 'com.google.gms:google-services:4.3.15' // This is removed in the "fdroid" flavor
|
classpath 'com.google.gms:google-services:4.3.15' // This is removed in the "fdroid" flavor
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,7 @@ Features:
|
||||||
Bug fixes + maintenance:
|
Bug fixes + maintenance:
|
||||||
* UnifiedPush subscriptions now include the Rate-Topics header to facilitate subscriber-based billing (#652, thanks to @wunter8)
|
* 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)
|
* 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:
|
Additional languages:
|
||||||
* Swedish (thanks to @hellbown)
|
* Swedish (thanks to @hellbown)
|
||||||
|
|
Loading…
Reference in a new issue