File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
}
6
6
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:0.6 .+'
8
+ classpath ' com.android.tools.build:gradle:0.7 .+'
9
9
}
10
10
}
11
11
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
3
3
mavenCentral()
4
4
}
5
5
dependencies {
6
- classpath ' com.android.tools.build:gradle:0.6 .+'
6
+ classpath ' com.android.tools.build:gradle:0.7 .+'
7
7
}
8
8
}
9
9
apply plugin : ' android'
@@ -62,6 +62,9 @@ dependencies {
62
62
63
63
// StickyListHeaders
64
64
compile (' se.emilsjolander:stickylistheaders:2.1.3' )
65
+
66
+ // Fading ActionBar
67
+ compile ' com.github.manuelpeinado.fadingactionbar:fadingactionbar:3.0.0'
65
68
}
66
69
67
70
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
3
3
mavenCentral()
4
4
}
5
5
dependencies {
6
- classpath ' com.android.tools.build:gradle:0.6 .+'
6
+ classpath ' com.android.tools.build:gradle:0.7 .+'
7
7
}
8
8
}
9
9
apply plugin : ' android'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
3
3
mavenCentral()
4
4
}
5
5
dependencies {
6
- classpath ' com.android.tools.build:gradle:0.6 .+'
6
+ classpath ' com.android.tools.build:gradle:0.7 .+'
7
7
}
8
8
}
9
9
apply plugin : ' android-library'
You can’t perform that action at this time.
0 commit comments