Skip to content

Commit

Permalink
QA: increase heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindeland committed Oct 26, 2018
1 parent 3b30189 commit 9f920a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
android:icon="@drawable/robotutor_normal"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
android:theme="@style/AppTheme"
android:largeHeap="true">

<activity
android:name=".RoboTutor"
Expand Down

0 comments on commit 9f920a0

Please sign in to comment.