From a90bbb734105dc0817d70282e7d5be1850717f45 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 5 Feb 2017 00:38:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=94=AF=E6=8C=81=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- app/build.gradle | 6 +++--- indicatortabstrip/build.gradle | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 78b51b0..b45a1e3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ```java dependencies { ⋯ - compile 'am.widget:indicatortabstrip:25.1.0' + compile 'am.widget:indicatortabstrip:25.1.1' ⋯ } ``` @@ -75,6 +75,7 @@ tabs.bindViewPager(viewPager); - 保持跟其他官方支持库版本一致(如:com.android.support:appcompat-v7),否则可能出现错误 ## 历史 +- [**25.1.0**](https://bintray.com/alexmofer/maven/IndicatorTabStrip/25.1.0) - [**25.0.1**](https://bintray.com/alexmofer/maven/IndicatorTabStrip/25.0.1) - [**25.0.0**](https://bintray.com/alexmofer/maven/IndicatorTabStrip/25.0.0) - [**24.2.1**](https://bintray.com/alexmofer/maven/IndicatorTabStrip/24.2.1) diff --git a/app/build.gradle b/app/build.gradle index bb0fb5f..36c24b8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:25.1.0' - compile 'com.android.support:design:25.1.0' - compile 'am.project:supportplus:25.1.0' + compile 'com.android.support:appcompat-v7:25.1.1' + compile 'com.android.support:design:25.1.1' + compile 'am.project:supportplus:25.1.1' compile project(':indicatortabstrip') } \ No newline at end of file diff --git a/indicatortabstrip/build.gradle b/indicatortabstrip/build.gradle index f426664..5be4364 100644 --- a/indicatortabstrip/build.gradle +++ b/indicatortabstrip/build.gradle @@ -8,10 +8,10 @@ android { minSdkVersion 9 targetSdkVersion 25 versionCode 27 - versionName "25.1.0" + versionName "25.1.1" } } dependencies { - compile 'am.widget:basetabstrip:25.1.0' + compile 'am.widget:basetabstrip:25.1.1' } \ No newline at end of file