Gradle test

This commit is contained in:
Adam Jones 2016-06-02 16:18:12 +01:00
parent 966e72f3ba
commit 2230921780
4486 changed files with 295859 additions and 547 deletions

View file

@ -0,0 +1,13 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package fr.free.nrw.commons.test;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "fr.free.nrw.commons.test";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = -1;
public static final String VERSION_NAME = "";
}

View file

@ -0,0 +1,13 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package fr.free.nrw.commons;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "fr.free.nrw.commons";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 28;
public static final String VERSION_NAME = "1.12";
}