diff --git a/app/build.gradle b/app/build.gradle index 8ece59b7..177124b7 100644 --- a/app/build.gradle +++ b/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'