Remove AndroidManifest template
This commit is contained in:
parent
1a307a0c4d
commit
269d6e4d08
|
@ -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>
|
Loading…
Reference in New Issue