Please, tell us how to recreate the issue in as much detail as possible.
This error occurs when your compiled sdk verson is below 31. September 15, 2021 androidx.browser v1.4.0-alpha01 got released. Since this package always uses the latest 1 version, this breaks our build.
Current fix I found doing fallowing change in build.gradle line 61.
Which platform(s) does your issue occur on?
Please, tell us how to recreate the issue in as much detail as possible.
This error occurs when your compiled sdk verson is below 31. September 15, 2021 androidx.browser v1.4.0-alpha01 got released. Since this package always uses the latest 1 version, this breaks our build.
Current fix I found doing fallowing change in
build.gradle
line 61.