JJSarrasin

Results 5 comments of JJSarrasin

I'm starting with Hilt and I'm currently stuck with it. Is there some kind of workaround for this ? Thanks

Hi Paulo, Can we expect to find it soon in a release or pre-release to allow a maximum people to test it easily by changing the gradle import line ?

How could this app be eligible to the last rule ? https://developer.android.com/guide/playcore/engage/preview#eligibility

From my understanding, there is a dependency between media3 and okhttp. Here is the minimal use we do from exo: ``` val renderersFactory = DefaultRenderersFactory(context) val dataSourceFactory = OkHttpDataSource.Factory(httpClient) val...

Hello, I'm reopening an old ticket. We implemented a hack on our side by treating "c" as "em": ``` private static final Pattern FONT_SIZE = Pattern.compile("^(([0-9]*.)?[0-9]+)(px|em|%|c)$"); // Around line 792...