Skip to content

Commit 443e6f2

Browse files
committed
temporary workarounds
1 parent 5d66832 commit 443e6f2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

app/build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ android {
1818
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1919
}
2020
}
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+
}
2126
productFlavors {
2227
}
2328
}
@@ -27,8 +32,7 @@ dependencies {
2732
implementation 'androidx.appcompat:appcompat:1.0.2'
2833
implementation 'androidx.preference:preference:1.0.0'
2934
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"
3236
implementation "android.arch.navigation:navigation-fragment:$nav_version"
3337
implementation "android.arch.navigation:navigation-ui:$nav_version"
3438
testImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)