diff --git a/app/build.gradle b/app/build.gradle index d86bcc0e5..99b289d1a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -120,13 +120,13 @@ static def getDate() { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'androidx.multidex:multidex:2.0.1' - implementation 'androidx.fragment:fragment:1.1.0-alpha05' + implementation 'androidx.fragment:fragment:1.1.0-alpha06' implementation 'androidx.appcompat:appcompat:1.1.0-alpha04' implementation 'androidx.recyclerview:recyclerview:1.1.0-alpha04' implementation "androidx.gridlayout:gridlayout:1.0.0" implementation "androidx.cardview:cardview:1.0.0" implementation "androidx.palette:palette:1.0.0" - implementation 'androidx.annotation:annotation:1.1.0-alpha02' + implementation 'androidx.annotation:annotation:1.1.0-beta01' implementation 'androidx.preference:preference:1.1.0-alpha04' implementation "androidx.legacy:legacy-support-v13:1.0.0" implementation "androidx.legacy:legacy-preference-v14:1.0.0" diff --git a/app/src/main/res/drawable/ic_app_shortcut_background.xml b/app/src/main/res/drawable/ic_app_shortcut_background.xml index 914648b42..ff13635ef 100644 --- a/app/src/main/res/drawable/ic_app_shortcut_background.xml +++ b/app/src/main/res/drawable/ic_app_shortcut_background.xml @@ -12,7 +12,7 @@ android:scaleY="0.916"> diff --git a/app/src/main/res/drawable/ic_app_shortcut_last_added.xml b/app/src/main/res/drawable/ic_app_shortcut_last_added.xml index 1c2864492..934f0be6d 100644 --- a/app/src/main/res/drawable/ic_app_shortcut_last_added.xml +++ b/app/src/main/res/drawable/ic_app_shortcut_last_added.xml @@ -14,7 +14,7 @@ android:translateY="-8"> \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_app_shortcut_search.xml b/app/src/main/res/drawable/ic_app_shortcut_search.xml index 96c12681a..4e05cab7a 100644 --- a/app/src/main/res/drawable/ic_app_shortcut_search.xml +++ b/app/src/main/res/drawable/ic_app_shortcut_search.xml @@ -14,7 +14,7 @@ android:translateY="-8"> \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_app_shortcut_shuffle_all.xml b/app/src/main/res/drawable/ic_app_shortcut_shuffle_all.xml index 33fccfc9c..a95a2550b 100644 --- a/app/src/main/res/drawable/ic_app_shortcut_shuffle_all.xml +++ b/app/src/main/res/drawable/ic_app_shortcut_shuffle_all.xml @@ -14,7 +14,7 @@ android:translateY="-8"> \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_app_shortcut_top_tracks.xml b/app/src/main/res/drawable/ic_app_shortcut_top_tracks.xml index 02fa94e2b..09f87856a 100644 --- a/app/src/main/res/drawable/ic_app_shortcut_top_tracks.xml +++ b/app/src/main/res/drawable/ic_app_shortcut_top_tracks.xml @@ -14,7 +14,7 @@ android:translateY="-8"> \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_google_circles_communities_white_24dp.xml b/app/src/main/res/drawable/ic_google_circles_communities_white_24dp.xml deleted file mode 100644 index 58ee29f91..000000000 --- a/app/src/main/res/drawable/ic_google_circles_communities_white_24dp.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_person_white_24dp.xml b/app/src/main/res/drawable/ic_person_white_24dp.xml index f3f00eac3..f8a999aab 100644 --- a/app/src/main/res/drawable/ic_person_white_24dp.xml +++ b/app/src/main/res/drawable/ic_person_white_24dp.xml @@ -5,6 +5,6 @@ android:viewportWidth="24" android:viewportHeight="24"> \ No newline at end of file diff --git a/app/src/main/res/layout/card_social.xml b/app/src/main/res/layout/card_social.xml index 9dbc21eaf..53df6b1ca 100644 --- a/app/src/main/res/layout/card_social.xml +++ b/app/src/main/res/layout/card_social.xml @@ -234,49 +234,5 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/settings.gradle b/settings.gradle index 8a3bd3f45..914418483 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -include ':app', ':appthemehelper', ':library' \ No newline at end of file +include ':app', ':appthemehelper' \ No newline at end of file