Skip to content

Commit

Permalink
change code style
Browse files Browse the repository at this point in the history
  • Loading branch information
H07000223 committed Dec 11, 2015
1 parent 5c1b5da commit a198bdb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHNAGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,8 @@ Version 1.4.4 *(2015-12-11)*

Version 1.4.6 *(2015-12-11)*
----------------------------
* fix bug: CommonTabLayout first setCurrentTab() cause indicator not show
* fix bug: CommonTabLayout first setCurrentTab() cause indicator not show

Version 1.5.0 *(2015-12-11)*
----------------------------
* change code style
4 changes: 2 additions & 2 deletions FlycoTabLayout_Lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ apply plugin: 'com.android.library'
//apply plugin: 'com.jfrog.bintray'

// 这个version是区分library版本的,因此当我们需要更新library时记得修改这个version
version = "1.4.6"
version = "1.5.0"
android {
compileSdkVersion 23
buildToolsVersion "22.0.1"

defaultConfig {
minSdkVersion 8
targetSdkVersion 23
versionCode 146
versionCode 150
versionName version
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies{
compile 'com.android.support:support-v4:23.1.1'
compile 'com.nineoldandroids:library:2.4.0'
compile 'com.flyco.roundview:FlycoRoundView_Lib:1.1.2@aar'
compile 'com.flyco.tablayout:FlycoTabLayout_Lib:1.4.6@aar'
compile 'com.flyco.tablayout:FlycoTabLayout_Lib:1.5.0@aar'
}
```
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies{
compile 'com.android.support:support-v4:23.1.1'
compile 'com.nineoldandroids:library:2.4.0'
compile 'com.flyco.roundview:FlycoRoundView_Lib:1.1.2@aar'
compile 'com.flyco.tablayout:FlycoTabLayout_Lib:1.4.6@aar'
compile 'com.flyco.tablayout:FlycoTabLayout_Lib:1.5.0@aar'
}
```

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.1.1'
compile project(':FlycoTabLayout_Lib')
// compile 'com.flyco.tablayout:FlycoTabLayout_Lib:1.4.6@aar'
// compile 'com.flyco.tablayout:FlycoTabLayout_Lib:1.5.0@aar'
// compile 'com.flyco.roundview:FlycoRoundView_Lib:1.1.2@aar'
// compile 'com.nineoldandroids:library:2.4.0'
}

0 comments on commit a198bdb

Please sign in to comment.