Merge branch 'main' into instrument-refresh
This commit is contained in:
commit
15df28fef6
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue