Added AndroidManifest so that Gradle stops complaining
This commit is contained in:
parent
bc3439baa5
commit
d42bc2e58d
1 changed files with 5 additions and 0 deletions
5
tools/EpcQrCodeParser/src/main/AndroidManifest.xml
Normal file
5
tools/EpcQrCodeParser/src/main/AndroidManifest.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="net.codinux.banking.tools.importerexporter.csv">
|
||||
|
||||
</manifest>
|
Loading…
Add table
Reference in a new issue