summaryrefslogtreecommitdiff
path: root/merchant-terminal
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
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')
-rw-r--r--merchant-terminal/build.gradle2
-rw-r--r--merchant-terminal/src/main/AndroidManifest.xml3
2 files changed, 2 insertions, 3 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 {
diff --git a/merchant-terminal/src/main/AndroidManifest.xml b/merchant-terminal/src/main/AndroidManifest.xml
index 0c814e7..3b23dfc 100644
--- a/merchant-terminal/src/main/AndroidManifest.xml
+++ b/merchant-terminal/src/main/AndroidManifest.xml
@@ -15,8 +15,7 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- package="net.taler.merchantpos">
+ xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.NFC" />