Skip to content

Commit

Permalink
Update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Jan 19, 2022
1 parent 6580546 commit 1b7e057
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,13 @@
android:text="@string/whats_new_intro"/>



<TextView
style="@style/WhatsNewNotice"
android:text="@string/target_11_warning" />

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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Canceled notebook export fix" />

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

<com.orgzly.android.ui.views.WhatsNewChange
Expand All @@ -53,7 +43,6 @@
app:text="WebDAV sync fixes and digest authentication support" />



<TextView
style="@style/WhatsNewVersion"
android:text="v1.8.5"
Expand Down

0 comments on commit 1b7e057

Please sign in to comment.