[Settings] Mini player in Settings (Converted Settings activity to fragment)

This commit is contained in:
Prathamesh More 2022-05-17 00:41:32 +05:30
parent aa96993584
commit d65f8f8a4f
29 changed files with 206 additions and 158 deletions

View file

@ -165,6 +165,6 @@ dependencies {
implementation 'com.github.dhaval2404:imagepicker:2.1'
implementation 'me.zhanghai.android.fastscroll:library:1.1.8'
implementation 'cat.ereza:customactivityoncrash:2.3.0'
implementation 'me.tankery.lib:circularSeekBar:1.3.2'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1'
implementation 'me.tankery.lib:circularSeekBar:1.4.0'
//debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1'
}