summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorGuillaume Jacquart <guillaume.jacquart-ext@mousquetaires.com>2022-10-07 08:45:15 +0200
committerGuillaume Jacquart <guillaume.jacquart-ext@mousquetaires.com>2022-10-26 14:01:43 +0200
commit5f02fd142ca438a48423340aeb9a36b017a6be83 (patch)
tree793326be63e878c880298f075f9c0de3413bb6e4 /app/build.gradle
parentf8d19823ea9be0c8700a69a215fac7d3af4d6d87 (diff)
Fix lint.
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle9
1 files changed, 6 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 42bf90d..6b57002 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -115,6 +115,10 @@ android {
dataBinding true
viewBinding true
}
+
+ lintOptions {
+ disable 'MissingTranslation'
+ }
}
dependencies {
@@ -130,6 +134,8 @@ dependencies {
implementation 'foundation.e:privacymodule.tor:1.2.0-orbot-16.6.2'
+ implementation 'foundation.e:elib:0.0.1-alpha11'
+
implementation (
Libs.Kotlin.stdlib,
Libs.AndroidX.coreKtx,
@@ -150,9 +156,6 @@ dependencies {
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1'
testImplementation 'junit:junit:4.+'
- androidTestImplementation 'androidx.test.ext:junit:1.1.2'
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
- implementation 'foundation.e:elib:0.0.1-alpha11'
}
static def log(Object val) {