This repository was archived by the owner on Nov 9, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +28
-28
lines changed Expand file tree Collapse file tree 7 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<projectDescription >
3
- <name >parent </name >
3
+ <name >ListViewAnimations (Parent) </name >
4
4
<comment ></comment >
5
5
<projects >
6
6
</projects >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<projectDescription >
3
- <name >ForestDataCollect </name >
3
+ <name >ListViewAnimations (Example) </name >
4
4
<comment ></comment >
5
5
<projects >
6
6
</projects >
Original file line number Diff line number Diff line change 38
38
<!-- Library -->
39
39
<dependency >
40
40
<groupId >com.nhaarman.listviewanimations</groupId >
41
- <artifactId >lib-core</artifactId >
41
+ <artifactId >lib-core-slh </artifactId >
42
42
<version >${project.version} </version >
43
43
<type >apklib</type >
44
44
</dependency >
48
48
<version >${project.version} </version >
49
49
<type >apklib</type >
50
50
</dependency >
51
-
52
- <!-- StickyListHeaders -->
53
- <dependency >
54
- <groupId >se.emilsjolander</groupId >
55
- <artifactId >library</artifactId >
56
- <version >2.4.0</version >
57
- </dependency >
58
51
</dependencies >
59
52
60
53
<build >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<projectDescription >
3
- <name >ForestDataCollect </name >
3
+ <name >ListViewAnimations (StickyListHeaders Library) </name >
4
4
<comment ></comment >
5
5
<projects >
6
6
</projects >
Original file line number Diff line number Diff line change 21
21
<scope >provided</scope >
22
22
</dependency >
23
23
24
- <!-- Library -->
25
- <dependency >
26
- <groupId >com.nhaarman.listviewanimations</groupId >
27
- <artifactId >lib-core</artifactId >
28
- <version >${project.version} </version >
29
- <type >apklib</type >
30
- <scope >provided</scope >
31
- </dependency >
24
+ <!-- Library -->
25
+ <dependency >
26
+ <groupId >com.nhaarman.listviewanimations</groupId >
27
+ <artifactId >lib-core</artifactId >
28
+ <version >${project.version} </version >
29
+ <type >apklib</type >
30
+ </dependency >
32
31
33
- <!-- StickyListHeaders -->
34
- <dependency >
35
- <groupId >se.emilsjolander</groupId >
36
- <artifactId >library</artifactId >
37
- <version >2.4.0</version >
38
- <scope >provided</scope >
39
- </dependency >
32
+ <!-- StickyListHeaders -->
33
+ <dependency >
34
+ <groupId >se.emilsjolander</groupId >
35
+ <artifactId >stickylistheaders</artifactId >
36
+ <type >aar</type >
37
+ </dependency >
40
38
41
39
<!-- Testing -->
42
40
<dependency >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<projectDescription >
3
- <name >ForestDataCollect </name >
3
+ <name >ListViewAnimations (Core Library) </name >
4
4
<comment ></comment >
5
5
<projects >
6
6
</projects >
Original file line number Diff line number Diff line change 20
20
<version >3.0.0-SNAPSHOT</version >
21
21
22
22
<modules >
23
- <module >example</module >
24
23
<module >lib-core</module >
24
+ <module >lib-core-slh</module >
25
25
<module >lib-manipulation</module >
26
+ <module >example</module >
26
27
</modules >
27
28
28
29
<scm >
116
117
<artifactId >library</artifactId >
117
118
<version >${nineoldandroids.version} </version >
118
119
</dependency >
120
+
121
+ <!-- StickyListHeaders -->
122
+ <dependency >
123
+ <groupId >se.emilsjolander</groupId >
124
+ <artifactId >stickylistheaders</artifactId >
125
+ <version >2.4.0</version >
126
+ <type >aar</type >
127
+ </dependency >
119
128
120
129
<!-- Testing -->
121
130
<dependency >
You can’t perform that action at this time.
0 commit comments