wtf.emulator.BuildConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-plugin Show documentation
Show all versions of gradle-plugin Show documentation
With this Gradle plugin you can run your Android instrumentation tests with emulator.wtf
package wtf.emulator;
import java.lang.String;
public final class BuildConfig {
public static final String VERSION = "0.14.0";
private BuildConfig() {
}
}