File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed 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:1.2.3 '
8
+ classpath ' com.android.tools.build:gradle:1.5.0 '
9
9
}
10
10
}
11
11
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 22
5
- buildToolsVersion " 22 .0.1 "
4
+ compileSdkVersion 23
5
+ buildToolsVersion " 23 .0.2 "
6
6
7
7
defaultConfig {
8
8
minSdkVersion 5
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 22
5
- buildToolsVersion " 22 .0.1 "
5
+ buildToolsVersion " 23 .0.2 "
6
6
7
7
defaultConfig {
8
8
applicationId " com.nostra13.universalimageloader"
@@ -19,7 +19,7 @@ android {
19
19
20
20
dependencies {
21
21
compile project(' :library' )
22
- compile ' com.android.support:support-v4:22.2.0 '
22
+ compile ' com.android.support:support-v4:22.2.1 '
23
23
compile ' com.squareup.okhttp:okhttp:2.4.0'
24
24
}
25
25
You can’t perform that action at this time.
0 commit comments