diff --git a/CHNAGELOG.md b/CHNAGELOG.md index c38564ef..fb3ffc63 100644 --- a/CHNAGELOG.md +++ b/CHNAGELOG.md @@ -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 \ No newline at end of file +* fix bug: CommonTabLayout first setCurrentTab() cause indicator not show + +Version 1.5.0 *(2015-12-11)* +---------------------------- +* change code style \ No newline at end of file diff --git a/FlycoTabLayout_Lib/build.gradle b/FlycoTabLayout_Lib/build.gradle index c6c4544e..6f8ddaec 100644 --- a/FlycoTabLayout_Lib/build.gradle +++ b/FlycoTabLayout_Lib/build.gradle @@ -3,7 +3,7 @@ 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" @@ -11,7 +11,7 @@ android { defaultConfig { minSdkVersion 8 targetSdkVersion 23 - versionCode 146 + versionCode 150 versionName version } buildTypes { diff --git a/README.md b/README.md index e794eb7a..3e780ef7 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/README_CN.md b/README_CN.md index e03e1daa..d8488c57 100644 --- a/README_CN.md +++ b/README_CN.md @@ -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' } ``` diff --git a/app/build.gradle b/app/build.gradle index 5dcaf085..8720a4b6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' }