diff --git a/app/build.gradle b/app/build.gradle index 0ceceb5..5743a1b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.github.axet.audiorecorder" minSdkVersion 9 targetSdkVersion 31 - versionCode 378 - versionName "3.5.22" + versionCode 379 + versionName "3.5.23" } signingConfigs { release { @@ -53,7 +53,7 @@ android { dependencies { testImplementation 'junit:junit:4.12' - implementation ('com.github.axet:android-audio-library:1.1.24') // implementation project(':android-audio-library') + implementation ('com.github.axet:android-audio-library:1.1.25') // implementation project(':android-audio-library') implementation ('com.github.axet:wget:1.7.0') { exclude group: 'org.json', module: 'json' } assets('com.github.axet.exoplayer:exoplayer:2.7.3') { exclude group: 'com.android.support' } }