Commit a9ac153b by wjg

add release apk

parent b098770f
......@@ -18,8 +18,8 @@ android {
applicationId "com.ihaoin.hooloo.device"
minSdkVersion 26
targetSdkVersion 30
versionCode 2
versionName "1.0.2"
versionCode 3
versionName "1.0.3"
ndk {
//选择要添加的对应 cpu 类型的 .so 库。
......
package com.ihaoin.hooloo.device.base;
public class AppConfig {
public static Boolean DEBUG = true; // TODO 编译环境
public static Boolean DEBUG = false; // TODO 编译环境
/** 点单屏编码, 1-菜单屏,2-交互屏 */
public static Integer DEFAULT_SCREEN_NO = 1; // TODO 编译点单屏编码
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment