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.22 #262

Merged
merged 13 commits into from
May 25, 2024
Prev Previous commit
Release 1.8.22
  • Loading branch information
amberin committed May 25, 2024
commit ec740101639974849ecdab2010e683446956f2df
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 207
versionName "1.8.22-beta.5"
versionCode 208
versionName "1.8.22"
applicationId = "com.orgzlyrevived"
resValue "string", "application_id", "com.orgzlyrevived"

Expand Down
4 changes: 4 additions & 0 deletions metadata/en-US/changelogs/208.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
• Target Android 13
• Prompt user to grant permission for alarms, notifications
• Enable sync failure notifications by default
• Git repos: Lower the garbage collection threshold
Loading