Merge branch '3.0' of gitlab.ghzhushou.com:halo/assistant-android into 3.0

This commit is contained in:
CsHeng
2017-07-10 15:01:39 +08:00
192 changed files with 3118 additions and 5157 deletions

View File

@ -5,14 +5,14 @@ import android.graphics.Color;
import android.text.TextUtils;
import android.widget.TextView;
import com.lightgame.download.DownloadEntity;
import com.gh.download.DownloadManager;
import com.lightgame.download.DownloadStatus;
import com.gh.gamecenter.R;
import com.gh.gamecenter.entity.ApkEntity;
import com.gh.gamecenter.entity.GameEntity;
import com.gh.gamecenter.entity.GameUpdateEntity;
import com.gh.gamecenter.manager.PackageManager;
import com.lightgame.download.DownloadEntity;
import com.lightgame.download.DownloadStatus;
import java.util.List;