@@ -11,9 +11,9 @@ | |||||
"type": "SINGLE", | "type": "SINGLE", | ||||
"filters": [], | "filters": [], | ||||
"attributes": [], | "attributes": [], | ||||
"versionCode": 103, | |||||
"versionName": "1.0.3", | |||||
"outputFile": "robot-xiaochao-v103-202409281016-unsigned-release.apk" | |||||
"versionCode": 104, | |||||
"versionName": "1.0.4", | |||||
"outputFile": "robot-xiaochao-v104-202410111604-unsigned-release.apk" | |||||
} | } | ||||
], | ], | ||||
"elementType": "File" | "elementType": "File" |
@@ -33,7 +33,7 @@ import java.util.concurrent.ConcurrentHashMap; | |||||
*/ | */ | ||||
public class ConfigName { | public class ConfigName { | ||||
//是否是测试模式 | //是否是测试模式 | ||||
public final static boolean TEST = true; | |||||
public final static boolean TEST = false; | |||||
//崩溃重启 | //崩溃重启 | ||||
public final static boolean ERROR_ROOT = false; | public final static boolean ERROR_ROOT = false; | ||||
//日志打印 | //日志打印 | ||||
@@ -30,9 +30,6 @@ public abstract class GoodClassifyAdapter extends BaseAdapter<BPA_GOODS_CLASSIFY | |||||
@SuppressLint("SetTextI18n") | @SuppressLint("SetTextI18n") | ||||
@Override | @Override | ||||
public void onBindViewHolder(@NonNull GoodClassifyAdapter.ViewHolder holder, @SuppressLint("RecyclerView") int position) { | public void onBindViewHolder(@NonNull GoodClassifyAdapter.ViewHolder holder, @SuppressLint("RecyclerView") int position) { | ||||
if(holder.binding.getRoot().getWidth()==0){ | |||||
DisplayManager.scaleViewGroup(holder.binding.getRoot()); | |||||
} | |||||
if(holder.binding.getRoot().getWidth()==0){ | if(holder.binding.getRoot().getWidth()==0){ | ||||
DisplayManager.scaleViewGroup(holder.binding.getRoot()); | DisplayManager.scaleViewGroup(holder.binding.getRoot()); | ||||
} | } | ||||
@@ -35,8 +35,8 @@ task clean(type: Delete) { | |||||
ext { // 统一版本入口 | ext { // 统一版本入口 | ||||
//App版本号 | //App版本号 | ||||
versionCode = 103 | |||||
versionName = "1.0.3" | |||||
versionCode = 104 | |||||
versionName = "1.0.4" | |||||
// 支持Android版本 | // 支持Android版本 | ||||
buildToolsVersion = "33.0.0" | buildToolsVersion = "33.0.0" | ||||