Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.8.23 #279

Merged
merged 2 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Release 1.8.23
  • Loading branch information
amberin committed Jun 12, 2024
commit 6eff256f83e1961a05b1b8e5aef5eabb1e186ee0
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 209
versionName "1.8.23-beta.1"
versionCode 210
versionName "1.8.23"
applicationId = "com.orgzlyrevived"
resValue "string", "application_id", "com.orgzlyrevived"

Expand Down
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/210.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
• Fix crash when scheduling reminders
• Git repos: Fix broken .orgzlyignore rule check
Loading