Skip to content

Commit

Permalink
Merge pull request #287 from orgzly-revived/release-1.8.24
Browse files Browse the repository at this point in the history
Release 1.8.24
  • Loading branch information
amberin authored Jun 27, 2024
2 parents f53bf57 + 201a086 commit ce16fca
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 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 33
versionCode 210
versionName "1.8.23"
versionCode 212
versionName "1.8.24"
applicationId = "com.orgzlyrevived"
resValue "string", "application_id", "com.orgzlyrevived"

Expand Down
13 changes: 13 additions & 0 deletions app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
android:layout_height="wrap_content" />


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Better handling of remotely deleted files" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Better handling of the notifications permission" />

<TextView
style="@style/WhatsNewVersion"
android:text="v1.8.23"
Expand Down
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/212.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
• Better handling of remotely deleted files
• Better handling of the notifications permission

0 comments on commit ce16fca

Please sign in to comment.