Skip to content

Commit c63ed36

Browse files
committed
Updated Gradle plugin
1 parent 903c413 commit c63ed36

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
jcenter()
2222
}
2323
dependencies {
24-
classpath 'com.android.tools.build:gradle:2.1.0'
24+
classpath 'com.android.tools.build:gradle:2.1.3'
2525
classpath 'me.tatarka:gradle-retrolambda:3.2.5'
2626
classpath 'me.tatarka.retrolambda.projectlombok:lombok.ast:0.2.3.a2'
2727
}
+2-19
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,6 @@
1-
#
2-
# Copyright (C) 2015 Federico Iosue ([email protected])
3-
#
4-
# This program is free software: you can redistribute it and/or modify
5-
# it under the terms of the GNU General Public License as published by
6-
# the Free Software Foundation, either version 3 of the License, or
7-
# (at your option) any later version.
8-
#
9-
# This program is distributed in the hope that it will be useful,
10-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
# GNU General Public License for more details.
13-
#
14-
# You should have received a copy of the GNU General Public License
15-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
16-
#
17-
18-
#Thu Nov 27 09:24:39 CET 2014
1+
#Mon Sep 05 22:26:56 CEST 2016
192
distributionBase=GRADLE_USER_HOME
203
distributionPath=wrapper/dists
214
zipStoreBase=GRADLE_USER_HOME
225
zipStorePath=wrapper/dists
23-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

0 commit comments

Comments
 (0)