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
Next Next commit
Release 1.8.22-beta.1
  • Loading branch information
amberin committed May 11, 2024
commit e3990abb72c8a5f85408bc84b56a14f0d9059f80
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 202
versionName "1.8.21"
versionCode 203
versionName "1.8.22-beta.1"
applicationId = "com.orgzlyrevived"
resValue "string", "application_id", "com.orgzlyrevived"

Expand Down
13 changes: 13 additions & 0 deletions app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
android:layout_height="wrap_content" />


<TextView
style="@style/WhatsNewVersion"
android:text="v1.8.22"
tools:ignore="HardcodedText" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Prompt user to grant permission for alarms, notifications" />

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

<TextView
style="@style/WhatsNewVersion"
android:text="v1.8.21"
Expand Down
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/203.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
• Target Android 13
• Prompt user to grant permission for alarms, notifications
Loading