When Snapchat releases a new version, they use ProGuard (or at least something similar) to obfuscate the code (basically renaming classes, methods and fields to random names) in order to stop people from reverse engineering the code (and also to optimize it). Sometimes it doesn't change between...