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 {
3
3
jcenter()
4
4
}
5
5
dependencies {
6
- classpath ' com.android.tools.build:gradle:2.2.3 '
6
+ classpath ' com.android.tools.build:gradle:2.3.0 '
7
7
}
8
8
}
9
9
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
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =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'
2
2
3
3
dependencies {
4
4
compile project(" :switchicon" )
5
- compile ' com.android.support:appcompat-v7:25.1 .0'
5
+ compile ' com.android.support:appcompat-v7:25.3 .0'
6
6
}
7
7
8
8
android {
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
dependencies {
4
- compile ' com.android.support:appcompat-v7:25.1 .0'
4
+ compile ' com.android.support:appcompat-v7:25.3 .0'
5
5
}
6
6
7
7
android {
You can’t perform that action at this time.
0 commit comments