Commit 0446a9c 1 parent d5396b4 commit 0446a9c Copy full SHA for 0446a9c
File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,10 @@ android {
58
58
test. java. srcDirs + = ' src/testUtils/java'
59
59
androidTest. java. srcDirs + = ' src/testUtils/java'
60
60
}
61
+
62
+ lintOptions {
63
+ lintConfig file(" lint.xml" )
64
+ }
61
65
}
62
66
63
67
// keep generated classes
@@ -72,7 +76,7 @@ dependencies {
72
76
compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
73
77
74
78
// Support Library
75
- def support_library_version = ' 24.2.0 '
79
+ def support_library_version = ' 24.2.1 '
76
80
compile " com.android.support:leanback-v17:$support_library_version "
77
81
78
82
// Glide
Original file line number Diff line number Diff line change
1
+ <lint >
2
+ <issue id =" InvalidPackage" >
3
+ <!-- due to an issue with okio, we need to exclude lint errors for it.-->
4
+ <!-- http://stackoverflow.com/questions/35492259/lint-error-on-okio -->
5
+ <!-- https://github.com/square/okio/issues/58 -->
6
+ <ignore regexp =" .*okio.*" />
7
+ <ignore regexp =" .*retrofit.*" />
8
+ </issue >
9
+ </lint >
You can’t perform that action at this time.
0 commit comments