We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65d6d1 commit 27b77d6Copy full SHA for 27b77d6
library/build.gradle
@@ -10,12 +10,15 @@ android {
10
}
11
12
lintOptions {
13
- abortOnError false
+ xmlReport false
14
+ warningsAsErrors true
15
+ quiet false
16
+ showAll true
17
18
19
compileOptions {
- sourceCompatibility JavaVersion.VERSION_1_7
- targetCompatibility JavaVersion.VERSION_1_7
20
+ sourceCompatibility JavaVersion.VERSION_1_6
21
+ targetCompatibility JavaVersion.VERSION_1_6
22
23
24
sample/build.gradle
@@ -30,7 +30,10 @@ android {
30
31
32
33
34
35
36
37
38
39
packagingOptions {
0 commit comments