refactor(android): change libmynteye package name

This commit is contained in:
John Zhao 2019-02-18 14:10:02 +08:00
parent c5bf93dfbd
commit 44bff1992a
3 changed files with 4 additions and 4 deletions

View File

@ -48,8 +48,8 @@ import android.text.TextUtils;
import android.util.Log; import android.util.Log;
import android.util.SparseArray; import android.util.SparseArray;
import com.slightech.mynteye.utils.BuildCheck; import com.slightech.mynteye.util.BuildCheck;
import com.slightech.mynteye.utils.HandlerThreadHandler; import com.slightech.mynteye.util.HandlerThreadHandler;
public final class USBMonitor { public final class USBMonitor {

View File

@ -1,4 +1,4 @@
package com.slightech.mynteye.utils; package com.slightech.mynteye.util;
/* /*
* libcommon * libcommon
* utility/helper classes for myself * utility/helper classes for myself

View File

@ -1,4 +1,4 @@
package com.slightech.mynteye.utils; package com.slightech.mynteye.util;
/* /*
* libcommon * libcommon
* utility/helper classes for myself * utility/helper classes for myself