commit f67116bd983aa5ba8c0369fbe4f1fdb18274ab06
parent 7988b386912edc100704334df425231372a3523d
Author: Torsten Grote <t@grobox.de>
Date: Tue, 26 May 2020 09:54:08 -0300
Ignore some paths for lint and upgrade secrurity library
Diffstat:
4 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/cashier/build.gradle b/cashier/build.gradle
@@ -56,7 +56,7 @@ android {
dependencies {
implementation project(":taler-kotlin-common")
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
- implementation 'androidx.security:security-crypto:1.0.0-rc01'
+ implementation 'androidx.security:security-crypto:1.0.0-rc02'
implementation 'com.google.android.material:material:1.1.0'
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
diff --git a/lint.xml b/lint.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<lint>
+ <issue id="all">
+ <ignore path="artwork" />
+ </issue>
+</lint>
diff --git a/wallet/lint.xml b/wallet/lint.xml
@@ -1,4 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="MissingTranslation" severity="ignore" />
+ <issue id="all">
+ <ignore path="fastlane" />
+ </issue>
</lint>
diff --git a/wallet/src/main/res/values-de/strings.xml b/wallet/src/main/res/values-de/strings.xml
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources></resources>
-\ No newline at end of file