Skip to content

Commit

Permalink
Fixed #10: Removed :allowBackup and :supportsRtl from library manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
greysonp committed Apr 19, 2016
1 parent d6e5792 commit aaafcae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions permiso/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
xmlns:android="http://schemas.android.com/apk/res/android">

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

</application>

Expand Down

0 comments on commit aaafcae

Please sign in to comment.