File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ android {
18
18
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
19
19
}
20
20
}
21
+ lintOptions {
22
+ // TODO: temporary fix
23
+ // the problem here is that xpp3 (xml pull parser) is defined by both a dependency and android itself
24
+ abortOnError false
25
+ }
21
26
productFlavors {
22
27
}
23
28
}
@@ -27,8 +32,7 @@ dependencies {
27
32
implementation ' androidx.appcompat:appcompat:1.0.2'
28
33
implementation ' androidx.preference:preference:1.0.0'
29
34
implementation ' com.google.android.material:material:1.0.0'
30
- implementation ' com.squareup.okhttp3:okhttp:3.12.1'
31
- def nav_version = " 1.0.0-alpha11"
35
+ def nav_version = " 1.0.0-beta01"
32
36
implementation " android.arch.navigation:navigation-fragment:$nav_version "
33
37
implementation " android.arch.navigation:navigation-ui:$nav_version "
34
38
testImplementation ' junit:junit:4.12'
You can’t perform that action at this time.
0 commit comments