Skip to content

Commit ce304ed

Browse files
authored
Update AndroidManifest.xml
need empty application tag
1 parent f189270 commit ce304ed

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

query/src/main/AndroidManifest.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.quarkworks.android.realmtypesafequery">
33

4-
<application
5-
android:allowBackup="true"
6-
android:label="@string/app_name"
7-
android:supportsRtl="true">
8-
9-
</application>
4+
<application/>
5+
106

117
</manifest>

0 commit comments

Comments
 (0)