Sinan Gunes
Sinan Gunes
Hello @koral-- , @alexandre-thauvin ; I am facing similar error on another library. could you check if this is related: https://github.com/KeepSafe/ReLinker/issues/47
@azzahrah you need to exclude it and import through jitpack as following: ``` implementation 'com.github.pchmn:MaterialChipsInput:1.0.8', { exclude module: 'ChipsLayoutManager' } implementation 'com.github.BelooS:ChipsLayoutManager:v0.3.7' ```
This would be a good improvement for private jitpack repositories.
Hello guys, just FYI; twilio is using this library and it is causing some problems on apps on production. Basically we are using bundles, it means Google manages splitting binaries...
**Edit:** Wrong alarm. I was using java time. _Keeping original post below the line._ ----- are we sure if this is deployed? On my end, Duration is not still serializable...
Well, on the other hand; this property is private on most of our classes, and I don't want to open it, just because it does not match default android behavior...
Here they have mentioned a workaround: https://discuss.bitrise.io/t/m1-error-getting-installed-npm-version-error-running-npm-command-no-preset-version-installed-for-command-npm/22943 Can you please check?
If this is safe and works, we need to apply it everywhere, not in one place. Can you apply changes all update the PR?
this is a good feature. I should add these on the next release.
Hello @pablosanchezdev the solution is to use `serviceCredentialsFile` then. We will keep the flag as much as it is available by firebase-tools itself. Once removed, we will remove it.