王宇洋 3 years ago
parent c706537c20
commit a22c3f8c7e

@ -32,6 +32,10 @@ android {
buildFeatures {
viewBinding true
}
lintOptions {
abortOnError false;
}
}
dependencies {
@ -62,4 +66,4 @@ dependencies {
implementation 'com.jakewharton.timber:timber:5.0.1'
implementation 'com.itextpdf:itext7-core:7.1.8'
}
}

Loading…
Cancel
Save