Merge branch 'main' into instrument-refresh

This commit is contained in:
Nik Clayton 2024-03-04 14:55:16 +01:00 committed by GitHub
commit 15df28fef6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 6 additions and 5 deletions

View File

@ -68,6 +68,7 @@ jobs:
with: with:
name: app-release.apk name: app-release.apk
path: ${{steps.sign_app_apk.outputs.signedReleaseFile}} path: ${{steps.sign_app_apk.outputs.signedReleaseFile}}
compression-level: 0
- name: Generate whatsnew - name: Generate whatsnew
id: generate-whatsnew id: generate-whatsnew

View File

@ -1,5 +1,5 @@
[versions] [versions]
aboutlibraries = "10.10.0" aboutlibraries = "11.1.0"
acra = "5.11.3" acra = "5.11.3"
agp = "8.3.0" agp = "8.3.0"
androidx-activity = "1.8.2" androidx-activity = "1.8.2"
@ -39,7 +39,7 @@ filemoji-compat = "3.2.7"
glide = "4.16.0" glide = "4.16.0"
# Deliberate downgrade, https://github.com/tuskyapp/Tusky/issues/3631 # Deliberate downgrade, https://github.com/tuskyapp/Tusky/issues/3631
glide-animation-plugin = "2.23.0" glide-animation-plugin = "2.23.0"
hilt = "2.50" hilt = "2.51"
junit = "4.13.2" junit = "4.13.2"
kotlin = "1.9.22" kotlin = "1.9.22"
kotlin-result = "1.1.18" kotlin-result = "1.1.18"

View File

@ -27,7 +27,7 @@ dependencies {
implementation("com.github.h0tk3y.betterParse:better-parse:0.4.4") implementation("com.github.h0tk3y.betterParse:better-parse:0.4.4")
// Logging // Logging
implementation("io.github.oshai:kotlin-logging-jvm:6.0.1") implementation("io.github.oshai:kotlin-logging-jvm:6.0.3")
implementation("ch.qos.logback:logback-classic:1.4.11") implementation("ch.qos.logback:logback-classic:1.4.11")
// Testing // Testing

View File

@ -29,7 +29,7 @@ dependencies {
implementation("com.apollographql.apollo3:apollo-runtime:3.8.2") implementation("com.apollographql.apollo3:apollo-runtime:3.8.2")
// Logging // Logging
implementation("io.github.oshai:kotlin-logging-jvm:5.1.4") implementation("io.github.oshai:kotlin-logging-jvm:6.0.3")
implementation("ch.qos.logback:logback-classic:1.4.11") implementation("ch.qos.logback:logback-classic:1.4.11")
// Moshi // Moshi

View File

@ -21,7 +21,7 @@ application {
dependencies { dependencies {
// Logging // Logging
implementation("io.github.oshai:kotlin-logging-jvm:5.1.4") implementation("io.github.oshai:kotlin-logging-jvm:6.0.3")
implementation("ch.qos.logback:logback-classic:1.4.11") implementation("ch.qos.logback:logback-classic:1.4.11")
// Testing // Testing