CrackMe.apk

Download file
    package com.google.android.exoplayer2.upstream.cache;

import com.google.android.exoplayer2.upstream.DataSpec;
import com.google.android.exoplayer2.upstream.cache.CacheKeyFactory;

/* compiled from: D8$$SyntheticClass */
public final /* synthetic */ class CacheKeyFactory$$ExternalSyntheticLambda0 implements CacheKeyFactory {
    public static final /* synthetic */ CacheKeyFactory$$ExternalSyntheticLambda0 INSTANCE = new CacheKeyFactory$$ExternalSyntheticLambda0();

    private /* synthetic */ CacheKeyFactory$$ExternalSyntheticLambda0() {
    }

    public final String buildCacheKey(DataSpec dataSpec) {
        return CacheKeyFactory.CC.lambda$static$0(dataSpec);
    }
}
    
Download file