Skip to content

Commit 3ec62e0

Browse files
committed
Update build tools
1 parent b1999ad commit 3ec62e0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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:1.2.3'
8+
classpath 'com.android.tools.build:gradle:1.5.0'
99
}
1010
}
1111

library/build.gradle

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

33
android {
4-
compileSdkVersion 22
5-
buildToolsVersion "22.0.1"
4+
compileSdkVersion 23
5+
buildToolsVersion "23.0.2"
66

77
defaultConfig {
88
minSdkVersion 5

sample/build.gradle

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

33
android {
44
compileSdkVersion 22
5-
buildToolsVersion "22.0.1"
5+
buildToolsVersion "23.0.2"
66

77
defaultConfig {
88
applicationId "com.nostra13.universalimageloader"
@@ -19,7 +19,7 @@ android {
1919

2020
dependencies {
2121
compile project(':library')
22-
compile 'com.android.support:support-v4:22.2.0'
22+
compile 'com.android.support:support-v4:22.2.1'
2323
compile 'com.squareup.okhttp:okhttp:2.4.0'
2424
}
2525

0 commit comments

Comments
 (0)