Android-Umsetzung der Homepage
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Automatically generated file. DO NOT MODIFY
|
||||
*/
|
||||
package de.harheimertc;
|
||||
|
||||
public final class BuildConfig {
|
||||
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
||||
public static final String APPLICATION_ID = "de.harheimertc.test";
|
||||
public static final String BUILD_TYPE = "debug";
|
||||
public static final String FLAVOR = "instantTest";
|
||||
public static final int VERSION_CODE = 1;
|
||||
public static final String VERSION_NAME = "0.1.0-test";
|
||||
// Field from product flavor: instantTest
|
||||
public static final String API_BASE_URL = "https://harheimertc.tsschulz.de/";
|
||||
// Field from product flavor: instantTest
|
||||
public static final String ENVIRONMENT_NAME = "TEST";
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Automatically generated file. DO NOT MODIFY
|
||||
*/
|
||||
package de.harheimertc;
|
||||
|
||||
public final class BuildConfig {
|
||||
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
||||
public static final String APPLICATION_ID = "de.harheimertc.local";
|
||||
public static final String BUILD_TYPE = "debug";
|
||||
public static final String FLAVOR = "local";
|
||||
public static final int VERSION_CODE = 1;
|
||||
public static final String VERSION_NAME = "0.1.0-local";
|
||||
// Field from product flavor: local
|
||||
public static final String API_BASE_URL = "http://torstens:3100/";
|
||||
// Field from product flavor: local
|
||||
public static final String ENVIRONMENT_NAME = "LOCAL";
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Automatically generated file. DO NOT MODIFY
|
||||
*/
|
||||
package de.harheimertc;
|
||||
|
||||
public final class BuildConfig {
|
||||
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
||||
public static final String APPLICATION_ID = "de.harheimertc";
|
||||
public static final String BUILD_TYPE = "debug";
|
||||
public static final String FLAVOR = "production";
|
||||
public static final int VERSION_CODE = 1;
|
||||
public static final String VERSION_NAME = "0.1.0";
|
||||
// Field from product flavor: production
|
||||
public static final String API_BASE_URL = "https://harheimertc.de/";
|
||||
// Field from product flavor: production
|
||||
public static final String ENVIRONMENT_NAME = "";
|
||||
}
|
||||
Reference in New Issue
Block a user