CrackMe.apk

Download file
    package com.google.common.collect;

@ElementTypesAreNonnullByDefault
abstract class ForwardingImmutableList<E> {
    private ForwardingImmutableList() {
    }
}
    
Download file