File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
compileSdkVersion 25
5
- buildToolsVersion " 25.0.0 "
5
+ buildToolsVersion " 25.0.2 "
6
6
7
7
defaultConfig {
8
8
applicationId " com.kousenit.helloworld"
@@ -56,10 +56,10 @@ task printVariantNames {
56
56
dependencies {
57
57
compile fileTree(include : [' *.jar' ], dir : ' libs' )
58
58
testCompile ' junit:junit:4.12'
59
- compile ' com.android.support:appcompat-v7:25.0 .1'
59
+ compile ' com.android.support:appcompat-v7:25.3 .1'
60
60
compile ' com.google.code.gson:gson:2.8.0'
61
61
androidTestCompile ' com.jayway.android.robotium:robotium-solo:5.5.4'
62
62
androidTestCompile ' com.android.support.test:runner:0.5'
63
63
androidTestCompile ' com.android.support.test.espresso:espresso-core:2.2.2'
64
- compile ' com.android.support:support-annotations:25.0 .1'
64
+ compile ' com.android.support:support-annotations:25.3 .1'
65
65
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.2.3 '
8
+ classpath ' com.android.tools.build:gradle:2.3.1 '
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
Original file line number Diff line number Diff line change 1
- # Fri Oct 21 01:23:25 EDT 2016
1
+ # Fri Apr 14 11:44:33 EDT 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
You can’t perform that action at this time.
0 commit comments