You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
493 B
Java
13 lines
493 B
Java
2 years ago
|
/* */ package com.dowse.devicesdk;
|
||
|
/* */
|
||
|
/* */ public final class BuildConfig
|
||
|
/* */ {
|
||
|
/* 7 */ public static final boolean DEBUG = Boolean.parseBoolean("true");
|
||
|
/* */ public static final String LIBRARY_PACKAGE_NAME = "com.dowse.devicesdk";
|
||
|
/* */ public static final String BUILD_TYPE = "debug";
|
||
|
/* */ }
|
||
|
|
||
|
/* Location: C:\Users\JingJing\Desktop\i1aar\dsdevicesdk1.3\classes.jar
|
||
|
* Qualified Name: com.dowse.devicesdk.BuildConfig
|
||
|
* JD-Core Version: 0.6.0
|
||
|
*/
|