diff --git a/README.md b/README.md index 2685654..4384401 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ```java dependencies { ⋯ - compile 'am.widget:indicatortabstrip:26.0.1' + compile 'am.widget:indicatortabstrip:26.0.2' ⋯ } ``` @@ -75,6 +75,7 @@ tabs.bindViewPager(viewPager); - 保持跟其他官方支持库版本一致(如:com.android.support:appcompat-v7),否则可能出现错误 ## 历史 +- [**26.0.1**](https://bintray.com/alexmofer/maven/IndicatorTabStrip/26.0.1) - [**26.0.0**](https://bintray.com/alexmofer/maven/IndicatorTabStrip/26.0.0) - [**26.0.0-beta2**](https://bintray.com/alexmofer/maven/IndicatorTabStrip/26.0.0-beta2) - [**26.0.0-beta1**](https://bintray.com/alexmofer/maven/IndicatorTabStrip/26.0.0-beta1) diff --git a/app/build.gradle b/app/build.gradle index 03b6e6f..7e33236 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:26.0.1' - compile 'com.android.support:design:26.0.1' - compile 'am.util:viewpager:26.0.1' + compile 'com.android.support:appcompat-v7:26.0.2' + compile 'com.android.support:design:26.0.2' + compile 'am.util:viewpager:26.0.2' compile project(':indicatortabstrip') } \ No newline at end of file diff --git a/indicatortabstrip/build.gradle b/indicatortabstrip/build.gradle index c87c566..c5f7b24 100644 --- a/indicatortabstrip/build.gradle +++ b/indicatortabstrip/build.gradle @@ -8,10 +8,10 @@ android { minSdkVersion 14 targetSdkVersion 26 versionCode 27 - versionName "26.0.1" + versionName "26.0.2" } } dependencies { - compile 'am.widget:basetabstrip:26.0.1' + compile 'am.widget:basetabstrip:26.0.2' } \ No newline at end of file