Merge pull request #107 from deronbrown/master
Remove "allowBackup" from AndroidManifest
This commit is contained in:
commit
df18e470f9
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue