Galera tudo beleza? Estou com um problema, eu já tinha um android instalado na minha maquina antes de começar o curso aqui da alura, então comecei a fazer o curso e quando fui rodar o exercício deu erro, fiz os procedimentos que mostra na aula, desinstalei e instalei e nada, alguém pode me dá uma ajuda?
Esse é o erro
Dependency 'androidx.appcompat:appcompat:1.4.1' requires libraries and applications that depend on it to compile against version 31 or later of the Android APIs.
:app is currently compiled against android-30.
Recommended action: Update this project to use a newer compileSdkVersion
of at least 31, for example 33.
Note that updating a library or application's compileSdkVersion (which
allows newer APIs to be used) can be done separately from updating
targetSdkVersion (which opts the app in to new runtime behavior) and
minSdkVersion (which determines which devices the app can be installed
on).