XiMengJianYu/.svn/pristine/df/df10d122df94fe2ead80d1ceb97f500c538de530.svn-base

14 lines
447 B
Plaintext
Raw Normal View History

2019-11-12 10:02:45 +08:00
/**
* Automatically generated file. DO NOT MODIFY
*/
2023-04-17 17:58:44 +08:00
package com.cm.cmokhttp.test;
2019-11-12 10:02:45 +08:00
public final class BuildConfig {
2023-04-17 17:58:44 +08:00
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.cm.cmokhttp.test";
public static final String BUILD_TYPE = "debug";
2019-11-12 10:02:45 +08:00
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0";
}