Merge branch 'audiorecorder-3.2.64'

This commit is contained in:
Alexey Kuznetsov 2019-05-22 20:57:45 +03:00
commit 74c3efcdff

View file

@ -9,8 +9,8 @@ android {
applicationId "com.github.axet.audiorecorder"
minSdkVersion 9
targetSdkVersion 26
versionCode 321
versionName "3.2.63"
versionCode 322
versionName "3.2.64"
}
signingConfigs {
release {
@ -54,5 +54,5 @@ android {
dependencies {
testImplementation 'junit:junit:4.12'
implementation 'com.github.axet:android-audio-library:1.0.153' // implementation project(':android-audio-library')
assets('com.google.android.exoplayer:exoplayer:2.8.4') { exclude group: 'com.android.support' }
assets('com.google.android.exoplayer:exoplayer:2.7.3') { exclude group: 'com.android.support' }
}