Merge branch 'audiorecorder-3.3.4'

This commit is contained in:
Alexey Kuznetsov 2019-07-07 13:55:51 +03:00
commit 2dcaede268

View file

@ -9,8 +9,8 @@ android {
applicationId "com.github.axet.audiorecorder"
minSdkVersion 9
targetSdkVersion 26
versionCode 328
versionName "3.3.3"
versionCode 329
versionName "3.3.4"
}
signingConfigs {
release {
@ -53,6 +53,6 @@ android {
dependencies {
testImplementation 'junit:junit:4.12'
implementation 'com.github.axet:android-audio-library:1.0.165' // implementation project(':android-audio-library')
implementation 'com.github.axet:android-audio-library:1.0.166' // implementation project(':android-audio-library')
assets('com.google.android.exoplayer:exoplayer:2.7.3') { exclude group: 'com.android.support' }
}