Skip to content

Commit

Permalink
Update version to 189 (1.8.16-beta.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin committed Feb 8, 2024
1 parent 9241d43 commit d106fc5
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 @@ -11,8 +11,8 @@ android {
def application_id = "com.orgzlyrevived"
minSdkVersion 21 // Lollipop (5.0)
targetSdkVersion 32 // Android 12L
versionCode 188
versionName "1.8.15"
versionCode 189
versionName "1.8.16-beta.1"
applicationId application_id

testInstrumentationRunner "com.orgzly.android.OrgzlyTestRunner"
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 d106fc5

Please sign in to comment.