Zane Silver
Zane Silver
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
We'd like to be able to add custom parameters to the Refresh Token Request provided by the [configuration client](https://pkg.go.dev/golang.org/x/oauth2#Config.Client). Specifically, we need a way to add the `redirect_uri` parameter to...
**Describe the bug** gradle assembleRelease complains on lint after upgrade 3.1.1 to 3.1.2 `java.lang.NoClassDefFoundError: com/android/tools/lint/client/api/Vendor` **To reproduce** Change `implementation 'com.launchdarkly:launchdarkly-android-client-sdk:3.1.1'` to `implementation 'com.launchdarkly:launchdarkly-android-client-sdk:3.1.2'` Then run `./gradlew clean assembleRelease` **Expected behavior**...