oblador / react-native-keychain

:key: Keychain Access for React Native
MIT License
3.12k stars 515 forks source link

[WIP] upgrade: bump `gradle-test-logger-plugin` to `3.2.0` #607

Closed siddarthkay closed 8 months ago

siddarthkay commented 10 months ago

We first discovered this error over here : https://github.com/status-im/status-mobile/pull/17062#issuecomment-1684914555

This PR attempts to upgrade gradle-test-logger-plugin classpath to the latest version available.

Also as reported here : https://github.com/oblador/react-native-keychain/issues/595#issuecomment-1568657311 upgrading from 2.0.0 to 2.1.0 worked for them.

fixes : #595

note : Some initial tests are pending, will mark this PR ready for review when I am confident that this fixes the issue.

Status : WIP

avioli commented 8 months ago

I had no success doing this.

Edit: My problem was sorted (and maybe unrelated to this PR) when I upgraded my BuildTool to "34.0.0" and had none of the above patches.

siddarthkay commented 8 months ago

closing because this solution doesn't solve the problem :)