Nic Bell

Results 17 comments of Nic Bell

A `4.9.x` fix would be great. We're getting this crash in an instance of OkHTTP internal to a 3rd party SDK so can't even add a [work around](https://github.com/square/okhttp/issues/6453#issuecomment-847136782). They aren't...

Nearly one year later this is still happening. Can this be fixed please? Are we doing something wrong?

Is anyone investigating this? The Branch Android SDK hit an endpoint that fails every time

@msbouchedid I can suggest changing your JCenter references from ```gradle jcenter() ``` To ```gradle jcenter { content { includeGroup "com.reddit" // https://github.com/reddit/IndicatorFastScroll/issues/45 } } ``` This will mean when Gradle...

FYI the Android studio warning directly contradicts the Material docs which have full width buttons everywhere.

Changing my implementation from: ```gradle implementation platform(libs.firebase.bom) implementation libs.firebase.crashlytics.ktx ``` to ```gradle implementation platform(libs.firebase.bom) implementation libs.firebase.crashlytics.ktx implementation libs.firebase.analytics.ktx ``` Fixed it for me, looks like the analytics library resolves the...

Have you updated UCreate? I added support for TextArea [some time ago](https://github.com/nicbell/ucreate/commit/a564dd37d8f1ba28892648053e9c23543f5213c9).