This commit is contained in:
juntao
2021-08-25 18:00:24 +08:00
parent 7ec7eb29e4
commit 6436bc6191
7 changed files with 46 additions and 26 deletions

View File

@ -226,6 +226,7 @@ public class GameUtils {
gameUpdateEntity.setPluginDesc(gameEntity.getPluginDesc());
gameUpdateEntity.setFormat(apkEntity.getFormat());
gameUpdateEntity.setCurrentVersion(PackageUtils.getVersionNameByPackageName(apkEntity.getPackageName()));
gameUpdateEntity.setCategory(gameEntity.getCategory());
GameCollectionEntity pluggableCollection = getPluggableCollectionFromGameEntity(gameEntity, apkEntity.getPackageName());
if (pluggableCollection != null) {