Merge branch 'audiorecorder-3.2.7'

This commit is contained in:
Alexey Kuznetsov 2018-05-28 16:57:43 +03:00
commit e3fbfc63b9

View file

@ -10,8 +10,8 @@ android {
applicationId "com.github.axet.audiorecorder"
minSdkVersion 9
targetSdkVersion 23 // 24+ file:// unable to open
versionCode 263
versionName "3.2.6"
versionCode 264
versionName "3.2.7"
}
signingConfigs {
release {
@ -57,5 +57,5 @@ android {
dependencies {
testImplementation 'junit:junit:4.12'
implementation 'com.github.axet:android-audio-library:1.0.103' // implementation project(':android-audio-library')
implementation 'com.github.axet:android-audio-library:1.0.104' // implementation project(':android-audio-library')
}