Able to play music, next song, previous song

This commit is contained in:
amazing-username
2019-03-02 13:09:59 -05:00
parent 87562a61a2
commit 74fcbd09c9
73 changed files with 1149 additions and 68 deletions
+7
View File
@@ -29,6 +29,13 @@ dependencies {
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'org.jetbrains.anko:anko-common:0.9'
implementation 'com.ealva:ealvatag:0.4.2'
implementation 'com.ealva:ealvalog:0.3.0'
implementation 'com.ealva:ealvalog-core:0.3.0'
implementation 'com.ealva:ealvalog-android:0.3.0'
implementation 'com.google.guava:guava:20.0'
implementation 'com.squareup.okio:okio:1.11.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'