CrackMe.apk

Download file
    package com.google.common.primitives;

@ElementTypesAreNonnullByDefault
final class Platform {
    static void checkGwtRpcEnabled() {
    }

    private Platform() {
    }
}
    
Download file