Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMofer committed Jan 8, 2017
2 parents f4be14d + 29063f6 commit 372b6c2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 26 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.0.1'
compile 'am.widget:indicatortabstrip:25.1.0'
}
```
Expand Down Expand Up @@ -75,6 +75,7 @@ tabs.bindViewPager(viewPager);
- 保持跟其他官方支持库版本一致(如:com.android.support:appcompat-v7),否则可能出现错误

## 历史
- [**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)
- [**24.2.0**](https://bintray.com/alexmofer/maven/IndicatorTabStrip/24.2.0)
Expand Down
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 25
buildToolsVersion "25.0.0"
buildToolsVersion "25.0.2"
defaultConfig {
applicationId "am.example.indicatortabstrip"
minSdkVersion 9
Expand All @@ -13,8 +13,8 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:25.0.1'
compile 'com.android.support:design:25.0.1'
compile 'am.project:supportplus:25.0.1'
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 project(':indicatortabstrip')
}
18 changes: 0 additions & 18 deletions gradle.properties

This file was deleted.

6 changes: 3 additions & 3 deletions indicatortabstrip/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 25
buildToolsVersion "25.0.0"
buildToolsVersion "25.0.2"

defaultConfig {
minSdkVersion 9
targetSdkVersion 25
versionCode 27
versionName "25.0.1"
versionName "25.1.0"
}
}

dependencies {
compile 'am.widget:basetabstrip:25.0.1'
compile 'am.widget:basetabstrip:25.1.0'
}

0 comments on commit 372b6c2

Please sign in to comment.