Skip to content

Commit

Permalink
Update changes in v1.8.15
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin committed Feb 5, 2024
1 parent 94a68ee commit c5ece10
Show file tree
Hide file tree
Showing 2 changed files with 6 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 186
versionName "1.8.15-beta.3"
versionCode 187
versionName "1.8.15-beta.4"
applicationId application_id

testInstrumentationRunner "com.orgzly.android.OrgzlyTestRunner"
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
android:text="v1.8.15"
tools:ignore="HardcodedText" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Log sync events to major events app log" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Removed forced Light theme for splash screen" />
Expand Down

0 comments on commit c5ece10

Please sign in to comment.