From f5bb83db7ff2e1ca7ce0f6faedc8183c5d1b0d42 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Wed, 11 Apr 2018 14:22:58 +0300 Subject: [PATCH] fix migrate --- app/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a5defeb..46d2c8e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -54,5 +54,5 @@ android { dependencies { testImplementation 'junit:junit:4.12' - implementation 'com.github.axet:android-audio-library:1.0.97' // implementation project(':android-audio-library') + implementation 'com.github.axet:android-audio-library:1.0.98' // implementation project(':android-audio-library') } diff --git a/build.gradle b/build.gradle index d2a26a2..ee6e1ca 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.1.0' + classpath 'com.android.tools.build:gradle:3.1.1' } }