Smack/smack-openpgp
Florian Schmaus 5eef31e49c Do not call XmlPullParser.getName() when the event is unknown
XmlPullParser.getName() only returns a result if the current parser
event is START_ELEMENT or END_ELEMENT. If this is not the case, then
the method may throw (if StAX is used).
2021-07-06 12:33:11 +02:00
..
src Do not call XmlPullParser.getName() when the event is unknown 2021-07-06 12:33:11 +02:00
build.gradle Bump PGPainless to 0.2.0 2021-06-05 21:27:47 +02:00