diff --git a/app/build.gradle b/app/build.gradle index 29fc58d..294db08 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.github.axet.audiorecorder" minSdkVersion 9 targetSdkVersion 23 - versionCode 129 - versionName "1.5.0" + versionCode 130 + versionName "1.5.1" } signingConfigs { release { @@ -43,5 +43,5 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' - compile 'com.github.axet:android-audio-library:0.0.34' // compile project(':android-audio-library') + compile 'com.github.axet:android-audio-library:0.0.35' // compile project(':android-audio-library') }