Skip to content

Commit 8094d9c

Browse files
committed
Update AndroidManifest.xml
This gives error on newer gradle builds see issue HarlonWang#28
1 parent 861c4bb commit 8094d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.wang.avi">
33

4-
<application android:label="@string/app_name">
4+
<application >
55
</application>
66

77
</manifest>

0 commit comments

Comments
 (0)