fix migrate

This commit is contained in:
Alexey Kuznetsov 2018-04-11 14:22:58 +03:00
commit f5bb83db7f
2 changed files with 2 additions and 2 deletions

View file

@ -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')
}

View file

@ -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'
}
}