Yes, the latest version (4.3.2) targets SDK 31.
But you need to add
android:exported="true"
in the Manifest also for extensions (if necessary).
A simple way to check this is to build the APK and test it on an Android 12 device. If that works, everything is ok. Otherwise, you must edit the Manifest.