Skip to content

Commit

Permalink
Release 1.8.22.beta-2
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin committed May 19, 2024
1 parent 7972de1 commit bc854ac
Show file tree
Hide file tree
Showing 2 changed files with 6 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 203
versionName "1.8.22-beta.1"
versionCode 204
versionName "1.8.22-beta.2"
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 @@ -29,6 +29,10 @@
style="@style/WhatsNewChange"
app:text="Prompt user to grant permission for alarms, notifications" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Temporarily disable Git repos in Play Store build" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Target Android 13" />
Expand Down

0 comments on commit bc854ac

Please sign in to comment.