Skip to content

Commit 9c58a80

Browse files
committed
ignore ExpiredTargetSdkVersion
1 parent bd5a4ad commit 9c58a80

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

app/build.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,13 @@ android {
2525
applicationId "com.matejdro.pebblenotificationcenter"
2626
minSdkVersion 18
2727
targetSdkVersion 25
28-
}}
28+
}
29+
30+
lintOptions {
31+
disable 'ExpiredTargetSdkVersion'
32+
}
2933

34+
}
3035
dependencies {
3136
compile 'com.android.support:appcompat-v7:25.2.0'
3237
compile 'com.android.support:preference-v14:25.2.0'

0 commit comments

Comments
 (0)