---
layout: tutorial
order: 02
title: tutorials.swap.title
paginator_title: tutorials.swap.overview.title
paginator_summary: tutorials.swap.overview.summary
---
{% assign misc_strings = site.data.tutorials.misc %}
{% assign strings = site.data.tutorials.swap %}
{% assign fmt_number = '{{ number }}' %}
{% assign fmt_description = '{{ description }}' %}
{{ strings.intro }}
{{ strings.all_devices_need_fdroid }}
`
-
{{ misc_strings.step_x | replace: fmt_number, '1' }}
{{ strings.step_1 }}
-
{{ misc_strings.step_x | replace: fmt_number, '2' }}
{{ strings.step_2 }}
-
{{ misc_strings.step_x | replace: fmt_number, '3' }}
{{ strings.step_3 }}
-
{{ misc_strings.step_x | replace: fmt_number, '4' }}
{{ strings.step_4 }}
-
{{ misc_strings.step_x | replace: fmt_number, '5' }}
{{ strings.step_5 }}
-
{{ misc_strings.step_x | replace: fmt_number, '6' }}
{{ strings.step_6 }}
-
{{ misc_strings.step_x | replace: fmt_number, '7' }}
{{ strings.step_7 }}
-
{{ misc_strings.step_x | replace: fmt_number, '8' }}
{{ strings.step_8 }}
-
{{ misc_strings.step_x | replace: fmt_number, '9' }}
{{ strings.step_9 }}
-
{{ misc_strings.step_x | replace: fmt_number, '10' }}
{{ strings.step_10 }}
{{ strings.related_tutorial }}