File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,18 @@ apply plugin: 'android'
2
2
3
3
buildscript {
4
4
dependencies {
5
- classpath ' com.android.tools.build:gradle:0.7 .+'
5
+ classpath ' com.android.tools.build:gradle:0.9 .+'
6
6
}
7
7
}
8
8
9
9
android {
10
10
compileSdkVersion 19
11
11
buildToolsVersion " 19.0.1"
12
-
12
+
13
+ lintOptions {
14
+ abortOnError false
15
+ }
16
+
13
17
defaultConfig {
14
18
minSdkVersion 8
15
19
targetSdkVersion 19
Original file line number Diff line number Diff line change @@ -2,18 +2,21 @@ apply plugin: 'android-library'
2
2
3
3
buildscript {
4
4
dependencies {
5
- classpath ' com.android.tools.build:gradle:0.7 .+'
5
+ classpath ' com.android.tools.build:gradle:0.9 .+'
6
6
}
7
7
}
8
8
9
9
dependencies {
10
10
compile ' com.android.support:support-v4:13.0.0'
11
+ compile ' com.nineoldandroids:library:2.4.0'
11
12
}
12
13
13
14
android {
14
15
compileSdkVersion 19
15
16
buildToolsVersion " 19.0.1"
16
-
17
+ lintOptions {
18
+ abortOnError false
19
+ }
17
20
sourceSets {
18
21
main {
19
22
manifest. srcFile ' AndroidManifest.xml'
You can’t perform that action at this time.
0 commit comments