q
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Automatically generated file. DO NOT MODIFY
|
||||
*/
|
||||
package com.xcl20481.myapplication;
|
||||
|
||||
public final class BuildConfig {
|
||||
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
||||
public static final String PACKAGE_NAME = "com.xcl20481.myapplication";
|
||||
public static final String BUILD_TYPE = "debug";
|
||||
public static final int COMPILE_SDK_VERSION = 5;
|
||||
public static final int VERSION_CODE = 1000000;
|
||||
public static final String VERSION_NAME = "1.0.1";
|
||||
public static final String BUNDLE_NAME = "com.xcl20481.myapplication";
|
||||
}
|
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Automatically generated file. DO NOT MODIFY
|
||||
*/
|
||||
package com.xcl20481.myapplication;
|
||||
|
||||
public final class BuildConfig {
|
||||
public static final boolean DEBUG = false;
|
||||
public static final String PACKAGE_NAME = "com.xcl20481.myapplication";
|
||||
public static final String BUILD_TYPE = "release";
|
||||
public static final int COMPILE_SDK_VERSION = 5;
|
||||
public static final int VERSION_CODE = 1000000;
|
||||
public static final String VERSION_NAME = "1.0.0";
|
||||
public static final String BUNDLE_NAME = "com.xcl20481.myapplication";
|
||||
}
|
BIN
MyApplication2/entry/build/generated/source/r/R.jar
Normal file
BIN
MyApplication2/entry/build/generated/source/r/R.jar
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* Copyright(c) Huawei Technologies Co., Ltd. 2019 - 2020. All rights reserved.
|
||||
* Description: This header was automatically generated by restool from the resource data it found.
|
||||
* It provides resource index information for applications, and should not be modified by hand.
|
||||
*/
|
||||
|
||||
package com.xcl20481.myapplication;
|
||||
|
||||
public final class ResourceTable {
|
||||
public static final int Media_icon = 0x1000002;
|
||||
public static final int Media_icon2 = 0x1000003;
|
||||
|
||||
public static final int String_mainability_description = 0x1000000;
|
||||
public static final int String_xcl2048 = 0x1000001;
|
||||
}
|
Reference in New Issue
Block a user