1
0
mirror of https://codeberg.org/pstorch/F-Droid_Build_Status.git synced 2025-10-05 23:52:42 +02:00

update dependencies, bump version code

This commit is contained in:
Peter Storch
2025-08-15 10:04:26 +02:00
parent 91a4dac28b
commit a00710083f
4 changed files with 11 additions and 5 deletions

View File

@@ -35,8 +35,8 @@ android {
compileSdk = 36
minSdk = 26
targetSdk = 36
versionCode = 116
versionName = "5.12.0"
versionCode = 117
versionName = "5.13.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

View File

@@ -0,0 +1,3 @@
- Überarbeitung des Rand-zu-Rand-Modus mit Theme.Material3.DayNight von t895
- Übersetzungen aktualisiert
- Abhängigkeiten aktualisiert

View File

@@ -0,0 +1,3 @@
- Rework of the edge-to-edge support with Theme.Material3.DayNight by t895
- Updated translations
- Updated dependencies

View File

@@ -5,7 +5,7 @@ androidJunit5 = "1.13.1.0"
androidTest = "1.8.0"
appcompat = "1.7.1"
awaitility = "4.3.0"
assertjCore = "3.27.3"
assertjCore = "3.27.4"
constraintlayout = "2.2.1"
desugar_jdk_libs = "2.1.5"
espressoCore = "3.7.0"
@@ -15,13 +15,13 @@ gson = "2.13.1"
jackson = "2.19.2"
junit = "1.3.0"
junitJupiterApi = "5.13.4"
kotlin = "2.2.0"
kotlin = "2.2.10"
ksp = "2.2.0-2.0.2"
localbroadcastmanager = "1.1.0"
lifecycleViewmodelKtx = "2.9.2"
loggingInterceptor = "5.1.0"
material = "1.12.0"
mockitoCore = "5.18.0"
mockitoCore = "5.19.0"
recyclerview = "1.4.0"
preferenceKtx = "1.2.1"
retrofit = "3.0.0"