diff --git a/app/build.gradle b/app/build.gradle
index 020ac0f04..5a0d6b87f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -62,12 +62,12 @@ dependencies {
// General
implementation "androidx.core:core-ktx:1.6.0"
- implementation "androidx.activity:activity-ktx:1.3.0"
+ implementation "androidx.activity:activity-ktx:1.3.1"
implementation 'androidx.fragment:fragment-ktx:1.3.6'
// UI
implementation "androidx.recyclerview:recyclerview:1.2.1"
- implementation "androidx.constraintlayout:constraintlayout:2.0.4"
+ implementation "androidx.constraintlayout:constraintlayout:2.1.0"
implementation "androidx.dynamicanimation:dynamicanimation:1.0.0"
// Lifecycle
@@ -83,7 +83,7 @@ dependencies {
// Media
// TODO: Migrate to media2 when I can figure out how to use it
- implementation "androidx.media:media:1.4.0"
+ implementation "androidx.media:media:1.4.1"
// Preferences
implementation "androidx.preference:preference-ktx:1.1.1"
diff --git a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml
index bbd3e0212..eca70cfe5 100644
--- a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml
+++ b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -1,5 +1,5 @@
-
-
+
+
\ No newline at end of file
diff --git a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml
index bbd3e0212..eca70cfe5 100644
--- a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml
+++ b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -1,5 +1,5 @@
-
-
+
+
\ No newline at end of file
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 20f58f8aa..e46b5c20b 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -57,9 +57,9 @@
android:roundIcon="@mipmap/ic_launcher_round" />
+ android:exported="false"
+ android:label="@string/info_widget_name">
diff --git a/app/src/main/res/drawable/ic_artist.xml b/app/src/main/res/drawable/ic_artist.xml
index ae30da331..70312f0a6 100644
--- a/app/src/main/res/drawable/ic_artist.xml
+++ b/app/src/main/res/drawable/ic_artist.xml
@@ -2,10 +2,10 @@
-
+ android:viewportHeight="24">
+
diff --git a/app/src/main/res/layout-land/fragment_playback.xml b/app/src/main/res/layout-land/fragment_playback.xml
index 90d2593bd..2cf5a8c2b 100644
--- a/app/src/main/res/layout-land/fragment_playback.xml
+++ b/app/src/main/res/layout-land/fragment_playback.xml
@@ -102,9 +102,9 @@
diff --git a/app/src/main/res/layout/fragment_loading.xml b/app/src/main/res/layout/fragment_loading.xml
index 877b88641..0ec9cc8dc 100644
--- a/app/src/main/res/layout/fragment_loading.xml
+++ b/app/src/main/res/layout/fragment_loading.xml
@@ -46,9 +46,9 @@