One or more plugins require a higher Android SDK version.
Fix this issue by adding the following to /Users/app-dev/Documents/personal/Work-At-Home/android/app/build.gradle:
android {
compileSdkVersion 33
...
}
Solved: just add compileSdkVersion 33 under android segment . Like --