From e3212638044ade3c3788ccf7de6f9eb2f4578e04 Mon Sep 17 00:00:00 2001 From: Seal <472678775@qq.com> Date: Fri, 26 Feb 2016 11:24:46 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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就可以了 #一.网络部分