aboutsummaryrefslogtreecommitdiff
path: root/merchant-terminal/build.gradle
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2023-01-03 09:38:29 -0300
committerTorsten Grote <t@grobox.de>2023-01-03 09:38:29 -0300
commitf7649e331dcc795694c67a13c6cbe347766ff5a6 (patch)
tree6ec7dca32847bb72bc05c09a46f1387455b616f9 /merchant-terminal/build.gradle
parentbf70ff2d11078e38c8dd3c5d689ebe949fef95d8 (diff)
downloadtaler-android-f7649e331dcc795694c67a13c6cbe347766ff5a6.tar.gz
taler-android-f7649e331dcc795694c67a13c6cbe347766ff5a6.tar.bz2
taler-android-f7649e331dcc795694c67a13c6cbe347766ff5a6.zip
Fix some lint warnings
Diffstat (limited to 'merchant-terminal/build.gradle')
-rw-r--r--merchant-terminal/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/merchant-terminal/build.gradle b/merchant-terminal/build.gradle
index 5e72b15..e144a71 100644
--- a/merchant-terminal/build.gradle
+++ b/merchant-terminal/build.gradle
@@ -6,6 +6,7 @@ plugins {
}
android {
+ namespace 'net.taler.merchantpos'
compileSdkVersion 33
//noinspection GradleDependency
buildToolsVersion "$build_tools_version"
@@ -59,7 +60,6 @@ android {
ignore 'WrongConstant'
ignoreWarnings false
}
- namespace 'net.taler.merchantpos'
}
dependencies {