Skip to content

Commit a4f4dd3

Browse files
committed
更新CHANGELOG.md文件,框架版本号升级到1.1.17
1 parent 8f55049 commit a4f4dd3

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ SAF
22
===
33
1.1.4之前的开发都是在google code上托管的,从1.1.4开始记录版本日志。
44

5+
Version 1.1.17
6+
---
7+
2015-08-28
8+
* 增加HttpRetryStrategy接口
9+
* imageloader的线程数,由当前手机的cpu数量决定
10+
* 增加新型的反射工具类
11+
512
Version 1.1.16
613
---
714
2015-08-04

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<property name="project_name" value="SAF"/>
99
<property name="target" value="1.6" />
1010
<property name="source" value="1.6" />
11-
<property name="version" value="1.1.16" />
11+
<property name="version" value="1.1.17" />
1212
<property name="src" value="src" />
1313
<property name="dest_dir" value="build" />
1414
<property name="build_dir" value="${dest_dir}/classes" />

0 commit comments

Comments
 (0)