You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Smack/smack-omemo
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).
2 years ago
..
src Do not call XmlPullParser.getName() when the event is unknown 2 years ago
build.gradle [gradle] Do not use deprecated 'compile' directive 2 years ago