Merge branch 'audiorecorder-3.5.21'
This commit is contained in:
commit
263d4fbd0d
1 changed files with 3 additions and 3 deletions
|
|
@ -9,8 +9,8 @@ android {
|
|||
applicationId "com.github.axet.audiorecorder"
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 31
|
||||
versionCode 376
|
||||
versionName "3.5.20"
|
||||
versionCode 377
|
||||
versionName "3.5.21"
|
||||
}
|
||||
signingConfigs {
|
||||
release {
|
||||
|
|
@ -53,7 +53,7 @@ android {
|
|||
|
||||
dependencies {
|
||||
testImplementation 'junit:junit:4.12'
|
||||
implementation ('com.github.axet:android-audio-library:1.1.20') // implementation project(':android-audio-library')
|
||||
implementation ('com.github.axet:android-audio-library:1.1.23') // implementation project(':android-audio-library')
|
||||
implementation ('com.github.axet:wget:1.7.0') { exclude group: 'org.json', module: 'json' }
|
||||
assets('com.google.android.exoplayer:exoplayer:2.7.3') { exclude group: 'com.android.support' }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue