File tree Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ apply plugin: 'com.android.library'
3
3
// apply plugin: 'com.jfrog.bintray'
4
4
5
5
// 这个version是区分library版本的,因此当我们需要更新library时记得修改这个version
6
- version = " 1.5 .0"
6
+ version = " 2.0 .0"
7
7
android {
8
8
compileSdkVersion 23
9
9
buildToolsVersion " 23.0.2"
10
10
11
11
defaultConfig {
12
12
minSdkVersion 8
13
13
targetSdkVersion 23
14
- versionCode 150
14
+ versionCode 200
15
15
versionName version
16
16
}
17
17
buildTypes {
Original file line number Diff line number Diff line change @@ -47,6 +47,13 @@ dependencies{
47
47
compile ' com. flyco. roundview: FlycoRoundView_Lib : 1.1 . 2 @aar '
48
48
compile ' com. flyco. tablayout: FlycoTabLayout_Lib : 1.5 . 0 @aar '
49
49
}
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
+ }
50
57
```
51
58
52
59
##Attributes
Original file line number Diff line number Diff line change @@ -46,6 +46,13 @@ dependencies{
46
46
compile ' com.flyco.roundview:FlycoRoundView_Lib:1.1.2@aar'
47
47
compile ' com.flyco.tablayout:FlycoTabLayout_Lib:1.5.0@aar'
48
48
}
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
+ }
49
56
```
50
57
51
58
##Attributes
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
23
23
compile fileTree(dir : ' libs' , include : [' *.jar' ])
24
24
compile ' com.android.support:appcompat-v7:23.1.1'
25
25
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'
28
28
// compile 'com.nineoldandroids:library:2.4.0'
29
29
}
You can’t perform that action at this time.
0 commit comments