From 8e1f3d37249a8d7573b03171d0157d4aad96581f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B6=9B?= Date: Sat, 27 Feb 2016 23:03:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0support=E5=8C=85=E5=88=B023.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- demo/demo.iml | 8 +++++--- framework/build.gradle | 4 ++-- framework/framework.iml | 14 +++++++++----- 4 files changed, 17 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index f729006..2cb477a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ build.gradle中添加: ``` dependencies { - compile 'com.kymjs.frame:framework:1.0.3' + compile 'com.kymjs.frame:framework:1.0.5' } ``` diff --git a/demo/demo.iml b/demo/demo.iml index fb0063e..61ae153 100644 --- a/demo/demo.iml +++ b/demo/demo.iml @@ -82,9 +82,11 @@ - - - + + + + + diff --git a/framework/build.gradle b/framework/build.gradle index d05362b..c7bba54 100644 --- a/framework/build.gradle +++ b/framework/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' apply plugin: 'com.jfrog.bintray' apply plugin: 'com.github.dcendents.android-maven' -version = "1.0.4" +version = "1.0.5" android { compileSdkVersion 23 @@ -24,7 +24,7 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:23.1.1' + compile 'com.android.support:appcompat-v7:23.2.0' } def siteUrl = 'https://github.com/kymjs/TheMVP' // 项目的主页 diff --git a/framework/framework.iml b/framework/framework.iml index 7e04bfa..58cea67 100644 --- a/framework/framework.iml +++ b/framework/framework.iml @@ -72,8 +72,10 @@ - - + + + + @@ -86,9 +88,11 @@ - - - + + + + +