diff --git a/README.md b/README.md index b2aa397..1db9156 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,17 @@ FrameCode for android team -Latest Version is :1.5.0 +Latest Version is :1.5.1

How to use

In gradle you can set it in by a single line Code in your build.gradle:

-compile 'com.dahanis:foundation:1.5.0' +compile 'com.dahanis:foundation:1.5.1'

像上面那样直接在gradle中的dependencies {...}的大括号内加入
-compile 'com.dahanis:foundation:1.5.0' +compile 'com.dahanis:foundation:1.5.1' 即可完成引入

#####集成步骤: -* 先在build.gradle文件中引入compile 'com.dahanis:foundation:1.5.0' +* 先在build.gradle文件中引入compile 'com.dahanis:foundation:1.5.1' * 然后让app的application继承FoundationApplication就可以了 #一.网络部分