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
Next Next commit
Release 1.8.22-beta.3
  • Loading branch information
amberin committed May 19, 2024
commit 01e9ea18ae324f64d40e4bc2dfa8c2f75b9d92ce
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 204
versionName "1.8.22-beta.2"
versionCode 205
versionName "1.8.22-beta.3"
applicationId = "com.orgzlyrevived"
resValue "string", "application_id", "com.orgzlyrevived"

Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
style="@style/WhatsNewChange"
app:text="Temporarily disable Git repos in Play Store build" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Enable sync failure notifications by default" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Target Android 13" />
Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/205.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
• Enable sync failure notifications by default
Loading