Merge branch 'audiorecorder-3.5.14'

This commit is contained in:
Alexey Kuznetsov 2022-04-28 22:31:41 +03:00
commit 61450d8aa5

View file

@ -9,8 +9,8 @@ android {
applicationId "com.github.axet.audiorecorder"
minSdkVersion 9
targetSdkVersion 30
versionCode 369
versionName "3.5.13"
versionCode 370
versionName "3.5.14"
}
signingConfigs {
release {
@ -53,7 +53,7 @@ android {
dependencies {
testImplementation 'junit:junit:4.12'
implementation ('com.github.axet:android-audio-library:1.1.14') // implementation project(':android-audio-library')
implementation ('com.github.axet:android-audio-library:1.1.16') // implementation project(':android-audio-library')
implementation ('com.github.axet:wget:1.7.0') { exclude group: 'org.json', module: 'json' }
assets('com.google.android.exoplayer:exoplayer:2.7.3') { exclude group: 'com.android.support' }
}