Skip to content

Commit 6d96d61

Browse files
committed
Release 1.8.38-beta.1
1 parent 99bfe5a commit 6d96d61

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
defaultConfig {
1111
minSdkVersion 21
1212
targetSdkVersion 34
13-
versionCode 240
14-
versionName "1.8.37"
13+
versionCode 241
14+
versionName "1.8.38-beta.1"
1515
applicationId = "com.orgzlyrevived"
1616
resValue "string", "application_id", "com.orgzlyrevived"
1717

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

+13
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,19 @@
2020
android:layout_height="wrap_content" />
2121

2222

23+
<TextView
24+
style="@style/WhatsNewVersion"
25+
android:text="v1.8.38"
26+
tools:ignore="HardcodedText" />
27+
28+
<com.orgzly.android.ui.views.WhatsNewChange
29+
style="@style/WhatsNewChange"
30+
app:text="Update percentage/fraction cookies in parent of TODO/DONE headings." />
31+
32+
<com.orgzly.android.ui.views.WhatsNewChange
33+
style="@style/WhatsNewChange"
34+
app:text="Update translations." />
35+
2336
<TextView
2437
style="@style/WhatsNewVersion"
2538
android:text="v1.8.37"

0 commit comments

Comments
 (0)