Skip to content

Commit

Permalink
Release 1.8.31
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin committed Nov 14, 2024
1 parent aa59826 commit 83e7971
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 34
versionCode 227
versionName "1.8.30"
versionCode 228
versionName "1.8.31"
applicationId = "com.orgzlyrevived"
resValue "string", "application_id", "com.orgzlyrevived"

Expand Down
14 changes: 12 additions & 2 deletions app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,22 @@

<TextView
style="@style/WhatsNewVersion"
android:text="v1.8.30"
android:text="v1.8.31"
tools:ignore="HardcodedText" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix file corruption bug when saving to directory repos." />
app:text="Downgrade a WebDAV dependency." />

<TextView
style="@style/WhatsNewVersion"
android:text="v1.8.30"
tools:ignore="HardcodedText"
android:autoLink="web" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix &lt;a href=&quot;https://github.com/orgzly-revived/orgzly-android-revived/issues/395&quot;&gt;file corruption bug&lt;/a&gt; when saving to directory repos." />

<TextView
style="@style/WhatsNewVersion"
Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/228.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
• Downgrade a WebDAV dependency.

0 comments on commit 83e7971

Please sign in to comment.