Skip to content

Commit

Permalink
Add changes for v1.6.3-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Apr 14, 2018
1 parent 830090b commit 845b2bf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,20 @@

<TextView
style="@style/WhatsNewVersion"
android:text="v1.6.3-beta.3"
android:text="v1.6.3-beta.4"
tools:ignore="HardcodedText"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix starting SyncService on Oreo"/>



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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Use thicker outer circle for folded note's bullet"/>
Expand Down

0 comments on commit 845b2bf

Please sign in to comment.