Skip to content

Commit

Permalink
Update Support 26.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMofer committed Aug 30, 2017
1 parent 04804c0 commit 9fd2336
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
```java
dependencies {
compile 'am.widget:indicatortabstrip:26.0.1'
compile 'am.widget:indicatortabstrip:26.0.2'
}
```
Expand Down Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
4 changes: 2 additions & 2 deletions indicatortabstrip/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

0 comments on commit 9fd2336

Please sign in to comment.