Skip to content

Commit

Permalink
Update AndroidManifest.xml
Browse files Browse the repository at this point in the history
As a library, you don't need the application object. It's causes build issues for us.
  • Loading branch information
bkhall committed Apr 18, 2018
1 parent be1e134 commit 9d41a36
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/src/main/AndroidManifest.xml
@@ -1,10 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.tingyik90.snackprogressbar">

<application
android:allowBackup="true"
android:label="@string/app_name">

</application>

</manifest>

0 comments on commit 9d41a36

Please sign in to comment.