Skip to content

Commit

Permalink
Use largeHeap param to try to get around bundle size limits
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Sep 8, 2018
1 parent f96b947 commit c29e529
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/src/google/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<application android:label="@string/common.appname"
android:backupAgent="github.daneren2005.dsub.util.SettingsBackupAgent"
android:icon="@drawable/launch"
android:theme="@style/Theme.DSub.Light">
android:theme="@style/Theme.DSub.Light"
android:largeHeap="true">

<meta-data
android:name="com.google.android.backup.api_key"
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
<application android:label="@string/common.appname"
android:backupAgent="github.daneren2005.dsub.util.SettingsBackupAgent"
android:icon="@drawable/launch"
android:theme="@style/Theme.DSub.Light">
android:theme="@style/Theme.DSub.Light"
android:largeHeap="true">

<uses-library android:name="android.test.runner" />

Expand Down

0 comments on commit c29e529

Please sign in to comment.