Merge branch 'audiorecorder-3.2.38'

This commit is contained in:
Alexey Kuznetsov 2018-12-08 11:23:11 +03:00
commit a5e39a7b2b

View file

@ -10,8 +10,8 @@ android {
applicationId "com.github.axet.audiorecorder"
minSdkVersion 9
targetSdkVersion 26
versionCode 295
versionName "3.2.37"
versionCode 296
versionName "3.2.38"
}
signingConfigs {
release {
@ -57,5 +57,5 @@ android {
dependencies {
testImplementation 'junit:junit:4.12'
implementation 'com.github.axet:android-audio-library:1.0.139' // implementation project(':android-audio-library')
implementation 'com.github.axet:android-audio-library:1.0.140' // implementation project(':android-audio-library')
}