Merge branch 'audiorecorder-3.2.35'

This commit is contained in:
Alexey Kuznetsov 2018-12-02 11:21:24 +03:00
commit 3d3934ec81
3 changed files with 4 additions and 7 deletions

View file

@ -10,8 +10,8 @@ android {
applicationId "com.github.axet.audiorecorder"
minSdkVersion 9
targetSdkVersion 26
versionCode 292
versionName "3.2.34"
versionCode 293
versionName "3.2.35"
}
signingConfigs {
release {
@ -57,5 +57,5 @@ android {
dependencies {
testImplementation 'junit:junit:4.12'
implementation 'com.github.axet:android-audio-library:1.0.135' // implementation project(':android-audio-library')
implementation 'com.github.axet:android-audio-library:1.0.136' // implementation project(':android-audio-library')
}

View file

@ -28,3 +28,4 @@
-dontwarn com.jssrc.resample.**
-dontwarn org.apache.commons.**
-dontwarn org.slf4j.**
-dontwarn de.innosystec.unrar.**

View file

@ -18,10 +18,6 @@ allprojects {
}
}
task wrapper(type: Wrapper) {
gradleVersion = '4.6'
}
task clean(type: Delete) {
delete rootProject.buildDir
}