Skip to content

Commit 7a0295a

Browse files
committed
Update libs and the Gradle plugin
1 parent f8b3151 commit 7a0295a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030

3131
compile 'com.jakewharton:butterknife:7.0.1'
3232
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'
3434
compile 'com.github.bumptech.glide:glide:3.6.1'
3535
compile 'com.mikepenz:iconics-core:2.2.1@aar'
3636
compile 'com.mikepenz:google-material-typeface:2.2.0.1@aar'
@@ -40,7 +40,7 @@ dependencies {
4040
compile('com.mikepenz:aboutlibraries:5.3.3@aar') {
4141
transitive = true
4242
}
43-
compile('com.mikepenz:materialdrawer:4.5.3@aar') {
43+
compile('com.mikepenz:materialdrawer:4.5.6@aar') {
4444
transitive = true
4545
}
4646
compile('com.github.rubengees:introduction:1.1.3@aar') {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
jcenter()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:2.0.0-alpha1'
6+
classpath 'com.android.tools.build:gradle:2.0.0-alpha2'
77
}
88
}
99

0 commit comments

Comments
 (0)