Remove 3rd party waveform library.

This commit is contained in:
Onuray Sahin 2022-03-02 17:46:09 +03:00
parent ab2001cd7f
commit 243a714586
4 changed files with 1 additions and 9 deletions

View File

@ -60,6 +60,4 @@ dependencies {
implementation 'com.github.vector-im:PFLockScreen-Android:1.0.0-beta12' implementation 'com.github.vector-im:PFLockScreen-Android:1.0.0-beta12'
// dialpad dimen // dialpad dimen
implementation 'im.dlg:android-dialer:1.2.5' implementation 'im.dlg:android-dialer:1.2.5'
// AudioRecordView attr
implementation 'com.github.Armen101:AudioRecordView:1.0.5'
} }

View File

@ -416,7 +416,6 @@ dependencies {
implementation 'jp.wasabeef:glide-transformations:4.3.0' implementation 'jp.wasabeef:glide-transformations:4.3.0'
implementation 'com.github.vector-im:PFLockScreen-Android:1.0.0-beta12' implementation 'com.github.vector-im:PFLockScreen-Android:1.0.0-beta12'
implementation 'com.github.hyuwah:DraggableView:1.0.0' implementation 'com.github.hyuwah:DraggableView:1.0.0'
implementation 'com.github.Armen101:AudioRecordView:1.0.5'
// Custom Tab // Custom Tab
implementation 'androidx.browser:browser:1.4.0' implementation 'androidx.browser:browser:1.4.0'

View File

@ -437,11 +437,6 @@ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<br/> <br/>
Copyright (c) 2017-present, dialog LLC &lt;info@dlg.im&gt; Copyright (c) 2017-present, dialog LLC &lt;info@dlg.im&gt;
</li> </li>
<li>
<b>Armen101 / AudioRecordView</b>
<br/>
Copyright 2019 Armen Gevorgyan
</li>
</ul> </ul>
<pre> <pre>
Apache License Apache License

View File

@ -194,6 +194,6 @@ class AudioWaveformView @JvmOverloads constructor(
} }
companion object { companion object {
private const val MAX_FFT = 32760f const val MAX_FFT = 32760
} }
} }