Skip to content

Commit

Permalink
Release 1.8.27-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin committed Oct 6, 2024
1 parent e5b43c2 commit cbe923d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 219
versionName "1.8.27-beta.2"
versionCode 220
versionName "1.8.27-beta.3"
applicationId = "com.orgzlyrevived"
resValue "string", "application_id", "com.orgzlyrevived"

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Support subfolders in all repository types" />
app:text="Add support for repository subfolders. (Note: The feature is disabled by default. It can be enabled under sync settings. In a future release, it will become enabled by default.)" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
Expand Down

0 comments on commit cbe923d

Please sign in to comment.