Skip to content

Commit

Permalink
VEINHORN#58: app name removed from manifest label
Browse files Browse the repository at this point in the history
  • Loading branch information
dmzhg committed Dec 17, 2017
1 parent 563dbca commit 96c2b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package="com.veinhorn.scrollgalleryview">

<uses-permission android:name="android.permission.INTERNET" />
<application android:allowBackup="true" android:label="ScrollGalleryView">
<application android:allowBackup="true">
<activity android:name="com.veinhorn.scrollgalleryview.VideoPlayerActivity" />
</application>

Expand Down

0 comments on commit 96c2b28

Please sign in to comment.