File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 jcenter()
44 }
55 dependencies {
6- classpath ' com.android.tools.build:gradle:2.2.3 '
6+ classpath ' com.android.tools.build:gradle:2.3.0 '
77 }
88}
99
Original file line number Diff line number Diff line change 1- # Wed Sep 14 09:54:42 CEST 2016
1+ # Mon Mar 13 13:06:15 CET 2017
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.14.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-3.4 -all.zip
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ android {
2525}
2626
2727dependencies {
28- compile ' com.android.support:appcompat-v7:25.1.1 '
28+ compile ' com.android.support:appcompat-v7:25.2.0 '
2929}
3030
3131task androidJavadocs (type : Javadoc ) {
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 24
4+ compileSdkVersion 25
55 buildToolsVersion ' 25.0.2'
66
77 defaultConfig {
@@ -30,7 +30,7 @@ android {
3030}
3131
3232dependencies {
33- compile ' com.android.support:appcompat-v7:25.1.1 '
33+ compile ' com.android.support:appcompat-v7:25.2.0 '
3434 debugCompile ' com.squareup.leakcanary:leakcanary-android:1.4'
3535 releaseCompile ' com.squareup.leakcanary:leakcanary-android-no-op:1.4'
3636 compile ' com.jakewharton:butterknife:5.1.2'
You can’t perform that action at this time.
0 commit comments