Skip to content

Commit 5fb136d

Browse files
committed
Update changes
1 parent 4461928 commit 5fb136d

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

app/src/main/res/layout/dialog_whats_new.xml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,10 @@
2020
android:layout_height="wrap_content"
2121
android:text="@string/whats_new_intro"/>
2222

23-
<TextView
24-
style="@style/WhatsNewNotice"
25-
android:text="@string/target_11_warning" />
26-
27-
28-
<TextView
29-
style="@style/WhatsNewVersion"
30-
android:text="v1.8.7-beta.2"
31-
tools:ignore="HardcodedText" />
32-
33-
<com.orgzly.android.ui.views.WhatsNewChange
34-
style="@style/WhatsNewChange"
35-
app:text="Smaller design updates" />
3623

3724
<TextView
3825
style="@style/WhatsNewVersion"
39-
android:text="v1.8.7-beta.1"
26+
android:text="v1.8.7"
4027
tools:ignore="HardcodedText" />
4128

4229
<com.orgzly.android.ui.views.WhatsNewChange

app/src/main/res/values/whats_new_strings.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,4 @@
2525
<a href="https://crowdin.com/project/orgzly">translate</a>
2626
the app on Crowdin.
2727
]]></string>
28-
29-
<string name="target_11_warning">If you encounter any permission issues due to Android\'s new scoped storage please let us know.</string>
3028
</resources>

0 commit comments

Comments
 (0)