File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
30
30
31
31
compile ' com.jakewharton:butterknife:7.0.1'
32
32
compile ' com.github.orhanobut:hawk:1.20'
33
- compile ' net.danlew:android.joda:2.9.0 '
33
+ compile ' net.danlew:android.joda:2.9.1 '
34
34
compile ' com.github.bumptech.glide:glide:3.6.1'
35
35
compile ' com.mikepenz:iconics-core:2.2.1@aar'
36
36
compile ' com.mikepenz:google-material-typeface:2.2.0.1@aar'
@@ -40,7 +40,7 @@ dependencies {
40
40
compile(' com.mikepenz:aboutlibraries:5.3.3@aar' ) {
41
41
transitive = true
42
42
}
43
- compile(' com.mikepenz:materialdrawer:4.5.3 @aar' ) {
43
+ compile(' com.mikepenz:materialdrawer:4.5.6 @aar' ) {
44
44
transitive = true
45
45
}
46
46
compile(' com.github.rubengees:introduction:1.1.3@aar' ) {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
3
3
jcenter()
4
4
}
5
5
dependencies {
6
- classpath ' com.android.tools.build:gradle:2.0.0-alpha1 '
6
+ classpath ' com.android.tools.build:gradle:2.0.0-alpha2 '
7
7
}
8
8
}
9
9
You can’t perform that action at this time.
0 commit comments