repo updated

This commit is contained in:
Fr4nz D13trich 2025-10-05 16:07:21 +02:00
parent 436e10d74f
commit 3d33d3fe49
624 changed files with 354 additions and 16919 deletions

View file

@ -10,7 +10,7 @@
*/
buildscript {
ext {
androidLibraryVersion = "c6eac2850079c82b80a8b2a71d9a2cf353f118a5"
androidLibraryVersion = "2.22.0"
androidCommonLibraryVersion = "0.28.0"
androidPluginVersion = '8.13.0'
androidxMediaVersion = "1.5.1"
@ -27,7 +27,7 @@ buildscript {
mockitoKotlinVersion = "4.1.0"
mockkVersion = "1.14.5"
prismVersion = "2.0.0"
roomVersion = "2.8.0"
roomVersion = "2.7.2"
workRuntime = "2.10.3"
ciBuild = System.getenv("CI") == "true"