Skip to content

Commit 51fb64c

Browse files
committed
Upgrade versions
1 parent 2fa595f commit 51fb64c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ch05/HelloWorld/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 25
5-
buildToolsVersion "25.0.0"
5+
buildToolsVersion "25.0.2"
66

77
defaultConfig {
88
applicationId "com.kousenit.helloworld"
@@ -56,10 +56,10 @@ task printVariantNames {
5656
dependencies {
5757
compile fileTree(include: ['*.jar'], dir: 'libs')
5858
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'
6060
compile 'com.google.code.gson:gson:2.8.0'
6161
androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.5.4'
6262
androidTestCompile 'com.android.support.test:runner:0.5'
6363
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'
6565
}

ch05/HelloWorld/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.2.3'
8+
classpath 'com.android.tools.build:gradle:2.3.1'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Oct 21 01:23:25 EDT 2016
1+
#Fri Apr 14 11:44:33 EDT 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

0 commit comments

Comments
 (0)