Expo build error in gradle

I had expo build error while building an android app.
I have attached a screenshots of the error log. Any help would be appreciated

Is the android icon you’re providing a PNG?

It looks like you are using slightly outdated build tools to build your app. If you are running a bare project, you have to make sure your build tools are compatible with Android Q, because of the Google restriction to build for SDK 29 and up. You can find more info about the build tools here.

You should be able to upgrade by setting buildToolsVersion = “29.0.2” (or higher).

Hope this helps!

My Lowes Life