CrackMe.apk

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

import java.util.concurrent.Executor;

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

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

    public final void execute(Runnable runnable) {
        runnable.run();
    }
}
    
Download file