Skip to content

Commit

Permalink
Added dependencies for the video compressing
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkaDev committed Feb 24, 2022
1 parent b881d2c commit 9ba45d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ dependencies {
implementation "com.github.bumptech.glide:glide:$glideVersion"
kapt "com.github.bumptech.glide:compiler:$glideVersion"

// Video compressing
implementation 'com.iceteck.silicompressorr:silicompressor:2.2.4'

def exoPlayerVersion = "2.14.1"
implementation "com.google.android.exoplayer:exoplayer:$exoPlayerVersion"
implementation "com.google.android.exoplayer:exoplayer-core:$exoPlayerVersion"
Expand Down

0 comments on commit 9ba45d0

Please sign in to comment.