"Dependency 'androidx.activity:activity:1.8.0' requires libraries and applications that depend on it to compile against version 34 or later of the Android APIs."
Solution:
To resolve this, you need to ensure that all dependencies use compatible versions of the Android APIs.
Open build gradle(Module app). I updated the dependencies and click sync now.
I