aboutsummaryrefslogtreecommitdiff
path: root/wallet/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'wallet/build.gradle')
-rw-r--r--wallet/build.gradle4
1 files changed, 1 insertions, 3 deletions
diff --git a/wallet/build.gradle b/wallet/build.gradle
index 0f7dbac..f9397ba 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -109,11 +109,9 @@ android {
lint {
abortOnError true
- ignore 'WrongConstant'
ignoreWarnings false
}
namespace 'net.taler.wallet'
-
}
dependencies {
@@ -198,4 +196,4 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
kotlinOptions {
freeCompilerArgs += "-opt-in=kotlin.RequiresOptIn"
}
-} \ No newline at end of file
+}