Skip to content

Commit

Permalink
修复sample里utils依赖的包名变更
Browse files Browse the repository at this point in the history
  • Loading branch information
zeropercenthappy committed Dec 29, 2018
1 parent 2487784 commit d1e9fe8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import com.zeropercenthappy.retrofitutil.RetrofitConfig
import com.zeropercenthappy.retrofitutilsample.api.IKalleApi
import com.zeropercenthappy.retrofitutilsample.api.KalleUrl
import com.zeropercenthappy.retrofitutilsample.pojo.*
import com.zeropercenthappy.utilslibrary.CacheUtils
import com.zeropercenthappy.utilslibrary.FileUtils
import com.zeropercenthappy.utilslibrary.utils.CacheUtils
import com.zeropercenthappy.utilslibrary.utils.FileUtils
import kotlinx.android.synthetic.main.activity_main.*
import okhttp3.FormBody
import okhttp3.ResponseBody
Expand Down

0 comments on commit d1e9fe8

Please sign in to comment.