Skip to content

Commit

Permalink
Merge pull request #34 from SMJ93/master
Browse files Browse the repository at this point in the history
Update android allowBackup to false
  • Loading branch information
Bucimis authored Mar 15, 2018
2 parents e054727 + 3c5558e commit e02ebb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.appboy.reactbridge">

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

Expand Down

0 comments on commit e02ebb7

Please sign in to comment.