Skip to content

Commit

Permalink
change project to android studio type
Browse files Browse the repository at this point in the history
  • Loading branch information
luffykou committed Aug 4, 2016
1 parent 054ca17 commit d9dbdf8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@ Android Common Utils or Helper.

Such as Log, Averager, Base64, Check, FlashLight, KeyguardLock, LogReader, Network, SilentInstaller, TimeAverager, TimeCounter, Toastor, WakeLock, ScreenReceiver, SmsReceiver, PhoneReceiver, NotificationService, AndroidUtil, AppUtil, BitmapUtil, ByteUtil, ClassUtil, DialogUtil, FieldUtil, FileUtil, HexUtil, MD5Util, NotificationUtil, NumberUtil, PackageUtil, RandomUtil, ShellUtil, TelephoneUtil, VibrateUtil, IOUtils, FileUtils, AsyncExecutor, etc.


##使用方法

build.gradle文件中添加:

dependencies {
...
compile 'com.luffykou:android-common-utils:1.1.3'
}

##详细介绍

LiteCommon是一系列通用类、辅助类、工具类的集合,有以下特点:
- **1. 通用性强**:只有常用、通用才集入。
- **2. 体积超小**:不到50K!加入增强IO包混淆后70K!
Expand Down

0 comments on commit d9dbdf8

Please sign in to comment.