File tree Expand file tree Collapse file tree
common/src/main/java/com/guiying/common/utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44import java .io .IOException ;
55
66/**
7- * <pre>
8- * author: Blankj
9- * blog : http://blankj.com
10- * time : 2016/10/9
11- * desc : 关闭相关工具类
12- * </pre>
7+ * 关闭相关工具类
138 */
149public class CloseUtils {
1510
Original file line number Diff line number Diff line change 2222import java .util .concurrent .Future ;
2323
2424/**
25- * <pre>
26- * author: Blankj
27- * blog : http://blankj.com
28- * time : 2016/8/2
29- * desc : 网络相关工具类
30- * </pre>
25+ * 网络相关工具类
3126 */
3227public class NetworkUtils {
3328
Original file line number Diff line number Diff line change 66import java .util .List ;
77
88/**
9- * <pre>
10- * author: Blankj
11- * blog : http://blankj.com
12- * time : 2016/8/7
13- * desc : Shell相关工具类
14- * </pre>
9+ * Shell相关工具类
1510 */
1611public class ShellUtils {
1712
Original file line number Diff line number Diff line change 11package com .guiying .common .utils ;
22
33/**
4- * <pre>
5- * author: Blankj
6- * blog : http://blankj.com
7- * time : 2016/8/16
8- * desc : 字符串相关工具类
9- * </pre>
4+ * 字符串相关工具类
105 */
116public class StringUtils {
127
Original file line number Diff line number Diff line change 66import android .widget .Toast ;
77
88/**
9- * <pre>
10- * author: Blankj
11- * blog : http://blankj.com
12- * time : 2016/9/29
13- * desc : 吐司相关工具类
14- * </pre>
9+ * Toast相关工具类
1510 */
1611public class ToastUtils {
1712
Original file line number Diff line number Diff line change 99
1010/**
1111 * <p>Utils初始化相关 </p>
12- * @name Utils
13- * @author 张华洋 2017/2/21 13:46
1412 */
1513public class Utils {
1614
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ org.gradle.configureondemand=true
1919org.gradle.parallel =true
2020
2121localBuildToolsVersion =25.0.1
22- localGradlePluginVersion =2.2.2
23-
24- # 每次更改“isModule”的值后,需要Sync gradle
25- isModule =false
22+ localGradlePluginVersion =2.2.3
23+ # 每次更改“isModule”的值后,需要点击 "Sync Project" 按钮
24+ isModule =true
You can’t perform that action at this time.
0 commit comments