Skip to content

Commit

Permalink
Merge pull request #166 from orgzly-revived/release-1.8.16
Browse files Browse the repository at this point in the history
Release 1.8.16
  • Loading branch information
amberin authored Feb 14, 2024
2 parents 646fe2b + 91a4772 commit d2112a7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ android {
defaultConfig {
minSdkVersion 21 // Lollipop (5.0)
targetSdkVersion 32 // Android 12L
versionCode 188
versionName "1.8.15"
versionCode 191
versionName "1.8.16"
applicationId = "com.orgzlyrevived"
resValue "string", "application_id", "com.orgzlyrevived"


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.16"
tools:ignore="HardcodedText" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Prevent adding undesired newline between drawers in header" />

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

0 comments on commit d2112a7

Please sign in to comment.