Marcelo Hernandez
Marcelo Hernandez
### Integration sentry-android ### Build System Gradle ### AGP Version 7.2.1 ### Proguard Enabled ### Version 6.3.0 ### Steps to Reproduce I do not have a sample project on hand...
### Discussed in https://github.com/cashapp/molecule/discussions/118 Originally posted by **mhernand40** September 18, 2022 Been playing around with Molecule in my team's Android project by trying to introduce it as an implementation detail...
## ⚠️ Is your feature request related to a problem? Please describe The [ktlint-gradle plugin](https://github.com/JLLeitschuh/ktlint-gradle) has a set of [helper tasks](https://github.com/JLLeitschuh/ktlint-gradle?tab=readme-ov-file#additional-helper-tasks). Two notable ones are `addKtlintCheckGitPreCommitHook` and `addKtlintFormatGitPreCommitHook`. These tasks...
**Describe the bug** Seeing the following stack trace in production ``` java.lang.NullPointerException: Attempt to read from field 'java.util.LinkedList$Node java.util.LinkedList$Node.next' on a null object reference in method 'java.lang.Object java.util.LinkedList$ListItr.next()' at java.util.LinkedList$ListItr.next(LinkedList.java:897)...
**Describe the bug** Seeing the following crash in Production: ``` java.lang.IllegalStateException: ChaCha20Poly1305 cannot be reused for encryption at org.bouncycastle.crypto.modes.ChaCha20Poly1305.checkData at org.bouncycastle.crypto.modes.ChaCha20Poly1305.b at com.walletconnect.android.internal.common.crypto.codec.ChaChaPolyCodec.encryptPayload-THFQ7Pg at com.walletconnect.android.internal.common.crypto.codec.ChaChaPolyCodec.encryptPayload-THFQ7Pg at com.walletconnect.android.internal.common.crypto.codec.ChaChaPolyCodec.encryptEnvelopeType0 at com.walletconnect.android.internal.common.crypto.codec.ChaChaPolyCodec.encryptEnvelopeType0 at...
## Summary It appears Amplitude's Android implementation reads the Advertising ID. With the release of Android 13, apps need to declare the `com.google.android.gms.permission.AD_ID` permission if they choose to read the...