Licences for Android SDK not accepted API-29

Seems like something’s not right with most recent Android build tools API-29

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':app'.
> Failed to install the following Android SDK packages as some licences have not been accepted.
     platforms;android-29 Android SDK Platform 29
  To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager.
  Alternatively, to transfer the license agreements from one workstation to another, see http://d.android.com/r/studio-ui/export-licenses.html

This happens when trying to run ./gradlew lint

Using the latest docker provided docker image: circleci/android:api-29

Already checked this topic: Licences for Android build tools not accepted
This seems to be a new problem.

This is also similar to this post for API-28: Licences for Android SDK not accepted

You should update your docker’s image in the config.yml file

docker:
  - image: circleci/android:api-29