XiMengJianYu/.svn/pristine/53/534cee14a0c75370a8c577587771a19d0774d348.svn-base

14 lines
437 B
Plaintext
Raw Normal View History

2019-11-12 10:02:45 +08:00
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.cm.cmokhttp;
public final class BuildConfig {
2023-04-17 17:58:44 +08:00
public static final boolean DEBUG = Boolean.parseBoolean("true");
2019-11-12 10:02:45 +08:00
public static final String APPLICATION_ID = "com.cm.cmokhttp";
2023-04-17 17:58:44 +08:00
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";
}