diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2015-05-17 18:08:59 +0200 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2015-05-17 18:08:59 +0200 |
commit | e7b766bfd46706805b110c1cfdfbdb1f485b2bad (patch) | |
tree | 0ac87d2766e7b75c6e751ce95fe7313fce8de920 /build.gradle | |
parent | a23b268d9bcc941f1073465bc43ccf98f63a9d3c (diff) |
fix #85, use key_ids correctly
as bonus, guava and retrolambda! Nicer code
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index f787acce..f062d72f 100644 --- a/build.gradle +++ b/build.gradle @@ -3,9 +3,11 @@ buildscript { repositories { jcenter() + mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:1.2.2' + classpath 'com.android.tools.build:gradle:1.2.3' + classpath 'me.tatarka:gradle-retrolambda:3.1.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files |