Update to use lightcompressor library version that supports h265

Add h265 toggle to NewMediaView.kt and ImageVideoDescription.kt
Touch many files to add optional h265 boolean (default is false)
This commit is contained in:
davotoula
2025-09-30 22:02:18 +02:00
parent c936e91ec8
commit a6e306f3de
16 changed files with 88 additions and 38 deletions

View File

@@ -33,7 +33,7 @@ languageId = "17.0.6"
lazysodiumAndroid = "5.2.0"
lazysodiumJava = "5.2.0"
lifecycleRuntimeKtx = "2.9.4"
lightcompressor = "1.4.0"
lightcompressor = "51defaaa8d"
markdown = "e1151c8"
media3 = "1.8.0"
mockk = "1.14.5"