Skip to content

Commit

Permalink
更新支持库
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMofer committed Feb 4, 2017
1 parent 372b6c2 commit a90bbb7
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:25.1.0'
compile 'am.widget:indicatortabstrip:25.1.1'
}
```
Expand Down Expand Up @@ -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)
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: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')
}
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 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'
}

0 comments on commit a90bbb7

Please sign in to comment.