File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
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- # Mon Dec 28 10:00:20 PST 2015
1+ # Mon Mar 20 10:51:49 MSK 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.3 -all.zip
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22
33dependencies {
44 compile project(" :switchicon" )
5- compile ' com.android.support:appcompat-v7:25.1 .0'
5+ compile ' com.android.support:appcompat-v7:25.3 .0'
66}
77
88android {
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33dependencies {
4- compile ' com.android.support:appcompat-v7:25.1 .0'
4+ compile ' com.android.support:appcompat-v7:25.3 .0'
55}
66
77android {
You can’t perform that action at this time.
0 commit comments