将 android support library 更新至 androidX (部分手尾仍需后续处理)

This commit is contained in:
chenjuntao
2019-06-12 17:58:15 +08:00
parent 129a549110
commit b930d3fa54
676 changed files with 1825 additions and 1839 deletions

View File

@ -2,7 +2,7 @@ package com.gh.gamecenter.db;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.support.v4.util.ArrayMap;
import androidx.collection.ArrayMap;
import com.gh.gamecenter.db.info.AskSearchHistoryInfo;
import com.gh.gamecenter.db.info.DataCollectionInfo;