File tree 4 files changed +12
-83
lines changed
4 files changed +12
-83
lines changed Original file line number Diff line number Diff line change 1
- apply plugin : ' android'
1
+ apply plugin : ' com. android.application '
2
2
3
3
android {
4
4
compileSdkVersion 19
5
- buildToolsVersion " 19.0.3 "
5
+ buildToolsVersion " 19.1.0 "
6
6
7
7
defaultConfig {
8
- minSdkVersion 8
8
+ minSdkVersion 9
9
9
targetSdkVersion 19
10
10
versionCode 20130328
11
- versionName " 1.9.2-opensource "
11
+ versionName " 1.9.2"
12
12
}
13
13
buildTypes {
14
14
release {
@@ -18,12 +18,14 @@ android {
18
18
}
19
19
20
20
lintOptions {
21
- abortOnError false
22
- }
21
+ abortOnError false
22
+ }
23
23
}
24
24
25
25
dependencies {
26
26
compile fileTree(dir : ' libs' , include : [' *.jar' ])
27
- compile ' com.android.support:support-v4:+'
28
- compile ' com.mcxiaoke.pulltorefresh:library:2.5.3'
27
+ compile ' com.android.support:support-v4:19.1.0'
28
+ compile(' com.mcxiaoke.pulltorefresh:library:2.5.3' ) {
29
+ exclude group : ' com.android.support' , module : ' support-v4'
30
+ }
29
31
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
4
4
mavenCentral()
5
5
}
6
6
dependencies {
7
- classpath ' com.android.tools.build:gradle:0.9 .+'
7
+ classpath ' com.android.tools.build:gradle:0.12 .+'
8
8
}
9
9
}
10
10
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =http\://services.gradle.org/distributions/gradle-1.11 -bin.zip
6
+ distributionUrl =http\://services.gradle.org/distributions/gradle-1.12 -bin.zip
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments