Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 680a406

Browse files
committed
Added a lint ignore check to the Gradle build file
1 parent 4821ae1 commit 680a406

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

de.vogella.android.listactivity/build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ apply plugin: 'com.android.application'
1010

1111

1212
android {
13-
compileSdkVersion 19
13+
lintOptions {
14+
abortOnError false
15+
}
16+
17+
compileSdkVersion 22
1418
buildToolsVersion "21.1.2"
1519

1620
defaultConfig {
17-
targetSdkVersion 17
21+
targetSdkVersion 22
1822
}
1923

2024
sourceSets {

0 commit comments

Comments
 (0)