Added AndroidManifest to fints4kBankingClient to make Gradle happy

This commit is contained in:
dankito 2020-10-10 01:35:30 +02:00
parent faf3a76734
commit 06101a4e57
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.dankito.banking.fints4kBankingClient.android">
<uses-permission android:name="android.permission.INTERNET" />
</manifest>