Merge pull request #107 from deronbrown/master

Remove "allowBackup" from AndroidManifest
This commit is contained in:
Jamie McDonald 2015-05-08 12:41:22 -04:00
commit df18e470f9
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.soundcloud.android.crop">
<application
android:allowBackup="true" />
<application />
</manifest>