You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2024. It is now read-only.
When we try to update to Guava 29.0-android, we see this trace (originating from the androidx crypto library)
java.lang.UnsupportedOperationException
at com.google.protobuf.AbstractProtobufList.ensureIsMutable(AbstractProtobufList.java:172)
at com.google.protobuf.ProtobufArrayList.add(ProtobufArrayList.java:78)
at com.google.crypto.tink.proto.Keyset.addKey(Keyset.java:868)
at com.google.crypto.tink.proto.Keyset.access$1700(Keyset.java:16)
at com.google.crypto.tink.proto.Keyset$Builder.addKey(Keyset.java:1142)
at com.google.crypto.tink.KeysetManager.addNewKey(KeysetManager.java:92)
at com.google.crypto.tink.KeysetManager.rotate(KeysetManager.java:68)
at com.google.crypto.tink.integration.android.AndroidKeysetManager.readOrGenerateNewKeyset(AndroidKeysetManager.java:306)
at com.google.crypto.tink.integration.android.AndroidKeysetManager.<init>(AndroidKeysetManager.java:124)
at com.google.crypto.tink.integration.android.AndroidKeysetManager.<init>(AndroidKeysetManager.java:88)
at com.google.crypto.tink.integration.android.AndroidKeysetManager$Builder.build(AndroidKeysetManager.java:185)
at androidx.security.crypto.EncryptedSharedPreferences.create(EncryptedSharedPreferences.java:121)
The text was updated successfully, but these errors were encountered:
When we try to update to Guava 29.0-android, we see this trace (originating from the androidx crypto library)
The text was updated successfully, but these errors were encountered: