android-browser-helper-2.3.0
This version of Android Browser Helper enables developers to use the library when building projects that target the API level 31. To do that, it updates the androidx.browser dependency to version 1.4.0 and updates the code to be compatible with Android 12's latest changes.
Developers using this version of Android Browser Helper will need to update the the compileSdkVersion
in their build.gradle
to version 31
. It's still possible to use targetSdkVersion
lower than 31
, but it's recommended to migrate as soon as possible.
When migrating to targetSdkVersion 31
and targeting Android 12 or higher, activities, services, or broadcast receivers that use intent filters, must now explicitly declare the android:exported attribute for these app components.