Merge branch 'audiorecorder-3.2.9'

This commit is contained in:
Alexey Kuznetsov 2018-05-30 09:15:47 +03:00
commit bc3e4cd452

View file

@ -10,8 +10,8 @@ android {
applicationId "com.github.axet.audiorecorder"
minSdkVersion 9
targetSdkVersion 23 // 24+ file:// unable to open
versionCode 265
versionName "3.2.8"
versionCode 266
versionName "3.2.9"
}
signingConfigs {
release {
@ -57,5 +57,5 @@ android {
dependencies {
testImplementation 'junit:junit:4.12'
implementation 'com.github.axet:android-audio-library:1.0.105' // implementation project(':android-audio-library')
implementation 'com.github.axet:android-audio-library:1.0.106' // implementation project(':android-audio-library')
}