File tree Expand file tree Collapse file tree 4 files changed +7
-11
lines changed Expand file tree Collapse file tree 4 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ dependencies {
43
43
// The following dependencies are not required to use the Firebase UI library.
44
44
// They are used to make some aspects of the demo app implementation simpler for
45
45
// demonstrative purposes, and you may find them useful in your own apps; YMMV.
46
- compile ' com.github.bumptech.glide:glide:3.7.0'
47
46
compile ' pub.devrel:easypermissions:0.2.1'
48
47
compile ' com.jakewharton:butterknife:8.4.0'
49
48
apt ' com.jakewharton:butterknife-compiler:8.4.0'
Original file line number Diff line number Diff line change @@ -27,13 +27,6 @@ android {
27
27
}
28
28
}
29
29
}
30
-
31
- lintOptions {
32
- // We have okio as a transitive dependency, which causes some lint errors due to
33
- // using Java 8 nio packages. Safely downgrading them to warning.
34
- // https://github.com/square/okio/issues/58
35
- warning ' InvalidPackage'
36
- }
37
30
}
38
31
39
32
dependencies {
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ buildscript {
8
8
}
9
9
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:2.3.0-beta1 '
11
+ classpath ' com.android.tools.build:gradle:2.3.0-beta2 '
12
12
classpath ' com.google.gms:google-services:3.0.0'
13
13
classpath ' io.fabric.tools:gradle:1.+'
14
14
classpath ' com.neenbedankt.gradle.plugins:android-apt:1.8'
15
- classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.2 '
15
+ classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3 '
16
16
}
17
17
}
18
18
Original file line number Diff line number Diff line change @@ -69,7 +69,11 @@ task pmd(type: Pmd) {
69
69
70
70
android {
71
71
lintOptions {
72
- disable ' InvalidPackage' , ' RestrictedApi'
72
+ // We have okio as a transitive dependency, which causes some lint errors due to
73
+ // using Java 8 nio packages. Safely downgrading them to warning.
74
+ // https://github.com/square/okio/issues/58
75
+ disable ' InvalidPackage'
76
+
73
77
baseline file(" $configDir /lint-baseline.xml" )
74
78
checkAllWarnings true
75
79
warningsAsErrors true
You can’t perform that action at this time.
0 commit comments