Skip to content

Commit

Permalink
Release 1.8.29-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin committed Oct 25, 2024
1 parent a0a981e commit fef488a
Show file tree
Hide file tree
Showing 2 changed files with 19 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 34
versionCode 223
versionName "1.8.28"
versionCode 224
versionName "1.8.29-beta.1"
applicationId = "com.orgzlyrevived"
resValue "string", "application_id", "com.orgzlyrevived"

Expand Down
17 changes: 17 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,23 @@
android:layout_height="wrap_content" />


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix crash when pasting notes." />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Update translations for Brazilian Portuguese." />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Upgrade dependencies." />

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

0 comments on commit fef488a

Please sign in to comment.