Remove AndroidManifest template

This commit is contained in:
ganfra 2020-04-29 19:19:50 +02:00
parent 1a307a0c4d
commit 269d6e4d08
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<activity android:name="${packageName}.${activityClass}" />
</application>
</manifest>