I completely new to Android Development and can\'t seem to resolve this error: \"Error: Program type already present: android.support.v4.media.MediaBrowserCompat$Custom
Some of your existing dependencies are using older versions of support library, try this
implementation 'androidx.legacy:legacy-support-v4:1.0.0-alpha1' { exclude group: 'com.android.support' exclude module: 'support-v4' }