Update .gitignore to exclude app/build/ except res
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
/**
|
||||
* Automatically generated file. DO NOT MODIFY
|
||||
*/
|
||||
package com.hikoncont.test;
|
||||
|
||||
public final class BuildConfig {
|
||||
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
||||
public static final String APPLICATION_ID = "com.hikoncont.test";
|
||||
// Field from build type: debug
|
||||
public static final String BUILD_TYPE = "debug";
|
||||
// Field from build type: debug
|
||||
public static final boolean ENABLE_ANTI_DEBUG = false;
|
||||
// Field from build type: debug
|
||||
public static final boolean ENABLE_EMULATOR_DETECTION = false;
|
||||
// Field from build type: debug
|
||||
public static final boolean ENABLE_ENCRYPTION = false;
|
||||
// Field from build type: debug
|
||||
public static final boolean ENABLE_ROOT_DETECTION = false;
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
/**
|
||||
* Automatically generated file. DO NOT MODIFY
|
||||
*/
|
||||
package com.hikoncont;
|
||||
|
||||
public final class BuildConfig {
|
||||
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
||||
public static final String APPLICATION_ID = "com.hikoncont";
|
||||
// Field from build type: debug
|
||||
public static final String BUILD_TYPE = "debug";
|
||||
public static final int VERSION_CODE = 1;
|
||||
public static final String VERSION_NAME = "1.0.1.6";
|
||||
// Field from build type: debug
|
||||
public static final boolean ENABLE_ANTI_DEBUG = false;
|
||||
// Field from build type: debug
|
||||
public static final boolean ENABLE_EMULATOR_DETECTION = false;
|
||||
// Field from build type: debug
|
||||
public static final boolean ENABLE_ENCRYPTION = false;
|
||||
// Field from build type: debug
|
||||
public static final boolean ENABLE_ROOT_DETECTION = false;
|
||||
}
|
||||
Reference in New Issue
Block a user