Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 21478 |
rajender |
1 |
/**
|
|
|
2 |
* Automatically generated file. DO NOT MODIFY
|
|
|
3 |
*/
|
|
|
4 |
package com.android.volley;
|
|
|
5 |
|
|
|
6 |
public final class BuildConfig {
|
|
|
7 |
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
|
|
8 |
public static final String APPLICATION_ID = "com.android.volley";
|
|
|
9 |
public static final String BUILD_TYPE = "debug";
|
|
|
10 |
public static final String FLAVOR = "";
|
|
|
11 |
public static final int VERSION_CODE = 1;
|
|
|
12 |
public static final String VERSION_NAME = "1.0";
|
|
|
13 |
}
|