Skip to content

android-browser-helper-2.3.0

Compare
Choose a tag to compare
@andreban andreban released this 08 Nov 11:21
· 102 commits to main since this release
e4f3ad7

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.