Skip to content

Commit

Permalink
Merge pull request orgzly-revived#213 from orgzly-revived/release-1.8.19
Browse files Browse the repository at this point in the history
Release 1.8.19
  • Loading branch information
amberin authored Apr 3, 2024
2 parents bda272c + 170436f commit 4731870
Show file tree
Hide file tree
Showing 3 changed files with 12 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 // Lollipop (5.0)
targetSdkVersion 32 // Android 12L
versionCode 196
versionName "1.8.18"
versionCode 198
versionName "1.8.19"
applicationId = "com.orgzlyrevived"
resValue "string", "application_id", "com.orgzlyrevived"

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


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Git: Check .orgzlyignore when writing files" />

<TextView
style="@style/WhatsNewVersion"
android:text="v1.8.18"
Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/198.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
• Check .orgzlyignore when writing to Git repos

0 comments on commit 4731870

Please sign in to comment.