Android-Umsetzung der Homepage
Some checks failed
Code Analysis and Production Deploy / analyze (push) Failing after 2m22s
Code Analysis and Production Deploy / deploy-production (push) Has been skipped
Code Analysis and Production Deploy / deploy-test (push) Has been skipped

This commit is contained in:
Torsten Schulz (local)
2026-05-27 17:54:24 +02:00
parent 817f5e02ca
commit 7e0c92368e
6816 changed files with 111919 additions and 53 deletions

View File

@@ -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";
}

View File

@@ -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";
}

View File

@@ -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 = "";
}