protoncore_android/mail-message
Mateusz Armatys 1881d385ba Bump version for mail-message to fix a `NoSuchMethodError` crash
The class `GetRecipientPublicAddresses` (which is in mail-message module)
is calling `publicAddressKeyRepository.getPublicAddressOrNull`. At one point,
the third argument of this method was changed from boolean to Source,
so the method signature has changed.

`GetRecipientPublicAddresses` was calling this method only with
two arguments, and the third one was implicit (as it had a default value).

As a result, we didn't get any compilation errors, but the app would crash at runtime.
2021-11-10 11:42:50 +01:00
..
data Bump version for mail-message to fix a `NoSuchMethodError` crash 2021-11-10 11:42:50 +01:00
domain Bump version for mail-message to fix a `NoSuchMethodError` crash 2021-11-10 11:42:50 +01:00
src/main Add prototype implementation of SendDirect use case 2021-03-04 14:56:31 +00:00
build.gradle.kts Bump version for mail-message to fix a `NoSuchMethodError` crash 2021-11-10 11:42:50 +01:00