CrackMe.apk

Download file
    package com.google.android.exoplayer2.offline;

public class DownloadProgress {
    public volatile long bytesDownloaded;
    public volatile float percentDownloaded;
}
    
Download file