Skip to content

Commit 1e44e58

Browse files
committed
Upgrade to SDK 25
1 parent 71a501c commit 1e44e58

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

ch04/HelloWorldICNDB/app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 24
5-
buildToolsVersion "23.0.3"
4+
compileSdkVersion 25
5+
buildToolsVersion "25.0.0"
66

77
defaultConfig {
88
applicationId "com.kousenit.helloworldicndb"
99
minSdkVersion 16
10-
targetSdkVersion 24
10+
targetSdkVersion 25
1111
versionCode 1
1212
versionName "1.0"
1313
}
@@ -22,8 +22,8 @@ android {
2222
dependencies {
2323
compile fileTree(dir: 'libs', include: ['*.jar'])
2424
testCompile 'junit:junit:4.12'
25-
compile 'com.android.support:appcompat-v7:24.0.0'
26-
compile 'com.android.support:support-v4:24.0.0'
25+
compile 'com.android.support:appcompat-v7:25.0.0'
26+
compile 'com.android.support:support-v4:25.0.0'
2727

2828
compile project(':icndb')
2929
}

ch04/HelloWorldICNDB/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.1.2'
8+
classpath 'com.android.tools.build:gradle:2.2.2'
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-
#Mon Dec 28 10:00:20 PST 2015
1+
#Fri Oct 21 01:30:25 EDT 2016
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.10-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

ch04/HelloWorldICNDB/icndb/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 24
5-
buildToolsVersion "23.0.3"
4+
compileSdkVersion 25
5+
buildToolsVersion "25.0.0"
66

77
defaultConfig {
88
minSdkVersion 16
9-
targetSdkVersion 24
9+
targetSdkVersion 25
1010
versionCode 1
1111
versionName "1.0"
1212
}
@@ -21,7 +21,7 @@ android {
2121
dependencies {
2222
compile fileTree(include: ['*.jar'], dir: 'libs')
2323
testCompile 'junit:junit:4.12'
24-
compile 'com.android.support:appcompat-v7:24.0.0'
24+
compile 'com.android.support:appcompat-v7:25.0.0'
2525
compile 'com.squareup.retrofit2:retrofit:2.1.0'
2626
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
2727
}

0 commit comments

Comments
 (0)