CrackMe.apk

Download file
    package com.google.android.exoplayer2.extractor.avi;

interface AviChunk {
    int getType();
}
    
Download file