Image and Video Compression

This commit is contained in:
Vitor Pamplona
2023-06-08 12:14:26 -04:00
parent b964c6a7fa
commit 784f983746
10 changed files with 295 additions and 85 deletions
+5
View File
@@ -188,6 +188,11 @@ dependencies {
// immutable collections to avoid recomposition
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.5")
// Video compression lib
implementation 'com.github.AbedElazizShe:LightCompressor:1.2.3'
// Image compression lib
implementation 'id.zelory:compressor:3.0.1'
// Automatic memory leak detection
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.11'