Merge branch 'audiorecorder-3.2.47'

This commit is contained in:
Alexey Kuznetsov 2018-12-19 11:59:55 +03:00
commit ef9d7bc872
2 changed files with 2 additions and 7 deletions

View file

@ -10,8 +10,8 @@ android {
applicationId "com.github.axet.audiorecorder"
minSdkVersion 9
targetSdkVersion 26
versionCode 304
versionName "3.2.46"
versionCode 305
versionName "3.2.47"
}
signingConfigs {
release {

View file

@ -231,11 +231,6 @@ public class AudioApplication extends com.github.axet.audiolibrary.app.MainAppli
e.encode(buffer, 0, readSize);
try {
Thread.sleep(100);
}catch(InterruptedException e) {
}
short[] dbBuf;
int dbSize;
int readSizeUpdate;