:fire: Android developers should collect the following utils

auc api build License

README of Chinese

API


About

Download

Gradle:

compile 'com.blankj:utilcode:1.5.1'

How to use

// init it in the function of onCreate in ur Application
Utils.init(context);

Proguard

-keep class com.blankj.utilcode.** { *; }
-keepclassmembers class com.blankj.utilcode.** { *; }
-dontwarn com.blankj.utilcode.**