Merge branch 'audiorecorder-3.2.3'

This commit is contained in:
Alexey Kuznetsov 2018-04-11 14:23:06 +03:00
commit 8ae678105c
2 changed files with 4 additions and 4 deletions

View file

@ -10,8 +10,8 @@ android {
applicationId "com.github.axet.audiorecorder"
minSdkVersion 9
targetSdkVersion 23 // 24+ file:// unable to open
versionCode 259
versionName "3.2.2"
versionCode 260
versionName "3.2.3"
}
signingConfigs {
release {
@ -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'
}
}