Skip to content

Commit bc7e8cf

Browse files
committed
see 08/22 log
1 parent 37a223a commit bc7e8cf

21 files changed

+414
-112
lines changed

update_log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###
2-
#### 16/08/22 SPUtils将commit改为apply提高效率,将SPUtils改为构造函数法创建,
2+
#### 16/08/22 SPUtils将commit改为apply提高效率,将SPUtils改为构造函数法创建,FileUtils新增查找函数,规范JavaDoc
33
#### 16/08/21 FileUtils单元测试完毕,修复FileUtils的bug,发布版本1.1.2
44
#### 16/08/20 更新目录,继续完善FileUtils单元测试,发布版本1.1.1
55
#### 16/08/19 继续完善FileUtils及单元测试,及其他小修小补(在此感谢vpop的三次Pr)

utilcode/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 11
99
targetSdkVersion 23
10-
versionCode 4
11-
versionName "1.1.2"
10+
versionCode 5
11+
versionName "1.1.3"
1212
}
1313
buildTypes {
1414
release {

utilcode/proguard-rules.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
#}
1818

1919
#-keep class com.blankj.utilcode.** { *; }
20-
#-keepclassmembers class com.blankj.utilcode.** { *; }
20+
#-keep classmembers class com.blankj.utilcode.** { *; }
2121
#-dontwarn com.blankj.utilcode.**

utilcode/src/main/java/com/blankj/utilcode/utils/AppUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* author: Blankj
2020
* blog : http://blankj.com
2121
* time : 2016/8/2
22-
* desc : App相关的工具类
22+
* desc : App相关工具类
2323
* </pre>
2424
*/
2525
public class AppUtils {

utilcode/src/main/java/com/blankj/utilcode/utils/DeviceUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* author: Blankj
1717
* blog : http://blankj.com
1818
* time : 2016/8/1
19-
* desc : 设备相关的工具类
19+
* desc : 设备相关工具类
2020
* </pre>
2121
*/
2222
public class DeviceUtils {

0 commit comments

Comments
 (0)