diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2015-06-09 23:52:46 +0200 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2015-06-09 23:54:20 +0200 |
commit | 83281a1d914ef7e8d4d55be073607835ad4355d1 (patch) | |
tree | 4ec3c8adb6e701917e83a03f6ee9eb8e6da17fee /build.gradle | |
parent | a118a196be6494ab433349c8bd047c4b3a32b662 (diff) |
remove retrolambda and upgrade support library
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index f062d72f..3a4c4c2c 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,6 @@ buildscript { } dependencies { 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 |