Merge branch 'audiorecorder-3.2.35'
This commit is contained in:
commit
3d3934ec81
3 changed files with 4 additions and 7 deletions
|
|
@ -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')
|
||||
}
|
||||
|
|
|
|||
1
app/proguard-rules.pro
vendored
1
app/proguard-rules.pro
vendored
|
|
@ -28,3 +28,4 @@
|
|||
-dontwarn com.jssrc.resample.**
|
||||
-dontwarn org.apache.commons.**
|
||||
-dontwarn org.slf4j.**
|
||||
-dontwarn de.innosystec.unrar.**
|
||||
|
|
@ -18,10 +18,6 @@ allprojects {
|
|||
}
|
||||
}
|
||||
|
||||
task wrapper(type: Wrapper) {
|
||||
gradleVersion = '4.6'
|
||||
}
|
||||
|
||||
task clean(type: Delete) {
|
||||
delete rootProject.buildDir
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue