Skip to content

Commit

Permalink
Release 1.8.22-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin committed May 25, 2024
1 parent 68e1dea commit 7df08a0
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 206
versionName "1.8.22-beta.4"
versionCode 207
versionName "1.8.22-beta.5"
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 @@ -41,6 +41,10 @@
style="@style/WhatsNewChange"
app:text="Target Android 13" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Git repos: Lower the garbage collection threshold" />

<TextView
style="@style/WhatsNewVersion"
android:text="v1.8.21"
Expand Down

0 comments on commit 7df08a0

Please sign in to comment.