Google has updated it policy to target application to 30 from November 2021 and also have mentioned that supporting libraries should have targetSdkVersion of atleast 29.
https://developer.android.com/distribute/best-practices/develop/target-sdk#check_and_update_your_sdks_and_libraries
"Make sure that your third-party SDK dependencies support API 29: Some SDK providers publish it in their manifest; others will require additional investigation. If you use an SDK that doesn't support API 29, make it a priority to work with the SDK provider to resolve the issue."
But we could see that targetSdkVersion is 27.
Will an update be released?