Skip to content

Commit

Permalink
Add changes for v1.8.10-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Nov 2, 2022
1 parent e5ec6ae commit 00c8b21
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 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,16 @@
android:text="@string/whats_new_intro"/>


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Make note popup outside touchable (use outside click, don't require click to dismiss)" />


<TextView
style="@style/WhatsNewVersion"
android:text="v1.8.10-beta.1"
Expand Down

0 comments on commit 00c8b21

Please sign in to comment.