File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 24
5
- buildToolsVersion " 23 .0.3 "
4
+ compileSdkVersion 25
5
+ buildToolsVersion " 25 .0.0 "
6
6
7
7
defaultConfig {
8
8
applicationId " com.kousenit.helloworldicndb"
9
9
minSdkVersion 16
10
- targetSdkVersion 24
10
+ targetSdkVersion 25
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
}
@@ -22,8 +22,8 @@ android {
22
22
dependencies {
23
23
compile fileTree(dir : ' libs' , include : [' *.jar' ])
24
24
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'
27
27
28
28
compile project(' :icndb' )
29
29
}
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.1 .2'
8
+ classpath ' com.android.tools.build:gradle:2.2 .2'
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
- # Mon Dec 28 10:00:20 PST 2015
1
+ # Fri Oct 21 01:30:25 EDT 2016
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.10 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.14.1 -all.zip
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 24
5
- buildToolsVersion " 23 .0.3 "
4
+ compileSdkVersion 25
5
+ buildToolsVersion " 25 .0.0 "
6
6
7
7
defaultConfig {
8
8
minSdkVersion 16
9
- targetSdkVersion 24
9
+ targetSdkVersion 25
10
10
versionCode 1
11
11
versionName " 1.0"
12
12
}
@@ -21,7 +21,7 @@ android {
21
21
dependencies {
22
22
compile fileTree(include : [' *.jar' ], dir : ' libs' )
23
23
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'
25
25
compile ' com.squareup.retrofit2:retrofit:2.1.0'
26
26
compile ' com.squareup.retrofit2:converter-gson:2.1.0'
27
27
}
You can’t perform that action at this time.
0 commit comments