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