Skip to content

Commit

Permalink
Merge pull request orgzly-revived#109 from orgzly-revived/release-1.8.14
Browse files Browse the repository at this point in the history
Release v.1.8.14
  • Loading branch information
amberin authored Nov 28, 2023
2 parents 27725a3 + aa9a8ff commit 19ab9b4
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@ -12,8 +12,8 @@ android {
minSdkVersion 21 // Lollipop (5.0)
targetSdkVersion 32 // Android 12L
applicationId "com.orgzlyrevived"
versionCode 182
versionName "1.8.13"
versionCode 183
versionName "1.8.14"

testInstrumentationRunner "com.orgzly.android.OrgzlyTestRunner"
// testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
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.14"
tools:ignore="HardcodedText" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Git: Work around bug in the SSH transport library" />

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

0 comments on commit 19ab9b4

Please sign in to comment.