File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
mavenCentral()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:2.4.0-alpha7 '
9
+ classpath ' com.android.tools.build:gradle:2.3.3 '
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
12
12
}
Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ android {
28
28
testOptions {
29
29
unitTests. returnDefaultValues = true
30
30
}
31
+ lintOptions {
32
+ lintConfig file(" lint.xml" )
33
+ }
31
34
}
32
35
33
36
repositories {
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <lint >
3
+ <issue id =" InvalidPackage" >
4
+ <ignore regexp =" .*okio.*" />
5
+ </issue >
6
+ </lint >
You can’t perform that action at this time.
0 commit comments