Skip to content

Commit dd4afca

Browse files
committed
remove the dependence of FlycoRoundView
1 parent 90ab8ff commit dd4afca

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

FlycoTabLayout_Lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ apply plugin: 'com.android.library'
33
//apply plugin: 'com.jfrog.bintray'
44

55
// 这个version是区分library版本的,因此当我们需要更新library时记得修改这个version
6-
version = "1.5.0"
6+
version = "2.0.0"
77
android {
88
compileSdkVersion 23
99
buildToolsVersion "23.0.2"
1010

1111
defaultConfig {
1212
minSdkVersion 8
1313
targetSdkVersion 23
14-
versionCode 150
14+
versionCode 200
1515
versionName version
1616
}
1717
buildTypes {

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ dependencies{
4747
compile 'com.flyco.roundview:FlycoRoundView_Lib:1.1.2@aar'
4848
compile 'com.flyco.tablayout:FlycoTabLayout_Lib:1.5.0@aar'
4949
}
50+
51+
After v2.0.0
52+
dependencies{
53+
compile 'com.android.support:support-v4:23.1.1'
54+
compile 'com.nineoldandroids:library:2.4.0'
55+
compile 'com.flyco.tablayout:FlycoTabLayout_Lib:2.0.0@aar'
56+
}
5057
```
5158
5259
##Attributes

README_CN.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ dependencies{
4646
compile 'com.flyco.roundview:FlycoRoundView_Lib:1.1.2@aar'
4747
compile 'com.flyco.tablayout:FlycoTabLayout_Lib:1.5.0@aar'
4848
}
49+
50+
After v2.0.0
51+
dependencies{
52+
compile 'com.android.support:support-v4:23.1.1'
53+
compile 'com.nineoldandroids:library:2.4.0'
54+
compile 'com.flyco.tablayout:FlycoTabLayout_Lib:2.0.0@aar'
55+
}
4956
```
5057

5158
##Attributes

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
compile fileTree(dir: 'libs', include: ['*.jar'])
2424
compile 'com.android.support:appcompat-v7:23.1.1'
2525
compile project(':FlycoTabLayout_Lib')
26-
// compile 'com.flyco.tablayout:FlycoTabLayout_Lib:1.5.0@aar'
27-
// compile 'com.flyco.roundview:FlycoRoundView_Lib:1.1.2@aar'
26+
27+
// compile 'com.flyco.tablayout:FlycoTabLayout_Lib:2.0.0@aar'
2828
// compile 'com.nineoldandroids:library:2.4.0'
2929
}

0 commit comments

Comments
 (0)