Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wuseal committed Mar 8, 2016
1 parent 5754f65 commit e1d82b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

FrameCode for android team

Latest Version is :1.5.3
Latest Version is :1.5.4


<h3>How to use</h3>
<h4>In gradle you can set it in by a single line Code in your build.gradle:</h4>
<code>compile 'com.dahanis:foundation:1.5.3'</code>
<code>compile 'com.dahanis:foundation:1.5.4'</code>
<h4>像上面那样直接在gradle中的dependencies {...}的大括号内加入<br>
compile 'com.dahanis:foundation:1.5.3'
compile 'com.dahanis:foundation:1.5.4'
即可完成引入</h4>
#####集成步骤:
* 先在build.gradle文件中引入<code>compile 'com.dahanis:foundation:1.5.3'</code>
* 先在build.gradle文件中引入<code>compile 'com.dahanis:foundation:1.5.4'</code>
* 然后让app的application继承FoundationApplication就可以了

#一.网络部分
Expand Down

0 comments on commit e1d82b1

Please sign in to comment.