You can not 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
397 B
13 lines
397 B
/**
|
|
* Automatically generated file. DO NOT MODIFY
|
|
*/
|
|
package net.micode.notes;
|
|
|
|
public final class BuildConfig {
|
|
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
|
public static final String APPLICATION_ID = "net.micode.notes";
|
|
public static final String BUILD_TYPE = "debug";
|
|
public static final int VERSION_CODE = 1;
|
|
public static final String VERSION_NAME = "0.1";
|
|
}
|