Skip to content

Commit

Permalink
Update version to 178 (1.8.13-beta.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin committed Nov 21, 2023
1 parent 4fdb690 commit cc75691
Show file tree
Hide file tree
Showing 2 changed files with 15 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 177
versionName "1.8.12"
versionCode 178
versionName "1.8.13-beta.1"

testInstrumentationRunner "com.orgzly.android.OrgzlyTestRunner"
// testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
13 changes: 13 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,19 @@
android:layout_height="wrap_content" />


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix broken notification settings" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Log more about Git-related errors" />

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

0 comments on commit cc75691

Please sign in to comment.