Skip to content

Commit

Permalink
Add changes for v1.8.4-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Jul 12, 2020
1 parent f079786 commit e57406d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
android:layout_marginBottom="@dimen/space_between_content_areas"
android:text="@string/whats_new_intro"/>

<TextView
style="@style/WhatsNewVersion"
android:text="v1.8.4-beta.2"
tools:ignore="HardcodedText" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix refile crash (ProGuard rules updated)" />

<TextView
style="@style/WhatsNewVersion"
Expand Down

0 comments on commit e57406d

Please sign in to comment.