use a ligher ffmpeg version

bs
Laurent 5 years ago
parent 35c8ac274d
commit 92f12615d7
  1. 6
      app/build.gradle

@ -34,8 +34,8 @@ android {
applicationId "net.pokeranalytics.android"
minSdkVersion 23
targetSdkVersion 29
versionCode 98
versionName "5.0.4"
versionCode 99
versionName "5.0.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@ -130,7 +130,7 @@ dependencies {
implementation 'org.apache.commons:commons-math3:3.6.1'
// ffmpeg for encoding video (HH export)
implementation 'com.arthenica:mobile-ffmpeg-video:4.4.LTS'
implementation 'com.arthenica:mobile-ffmpeg-min-gpl:4.4.LTS'
// Instrumented Tests
androidTestImplementation 'androidx.test:core:1.2.0'

Loading…
Cancel
Save