Skip to content

Commit

Permalink
Update Support 26.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMofer committed Aug 30, 2017
1 parent f3318ff commit 4bf247a
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.0-beta2'
compile 'am.widget:indicatortabstrip:26.0.0'
}
```
Expand Down Expand Up @@ -75,6 +75,7 @@ tabs.bindViewPager(viewPager);
- 保持跟其他官方支持库版本一致(如:com.android.support:appcompat-v7),否则可能出现错误

## 历史
- [**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)
- [**25.4.0**](https://bintray.com/alexmofer/maven/IndicatorTabStrip/25.4.0)
- [**26.0.0-alpha1**](https://bintray.com/alexmofer/maven/IndicatorTabStrip/26.0.0-alpha1)
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.0-beta2'
compile 'com.android.support:design:26.0.0-beta2'
compile 'am.util:viewpager:26.0.0-beta2'
compile 'com.android.support:appcompat-v7:26.0.0'
compile 'com.android.support:design:26.0.0'
compile 'am.util:viewpager:26.0.0'
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.0-beta2"
versionName "26.0.0"
}
}

dependencies {
compile 'am.widget:basetabstrip:26.0.0-beta2'
compile 'am.widget:basetabstrip:26.0.0'
}

0 comments on commit 4bf247a

Please sign in to comment.