Skip to content

Commit

Permalink
Version 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonHalvdansson committed Aug 22, 2023
1 parent e3e26c1 commit 6d47a74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.simon.harmonichackernews"
minSdkVersion 23
targetSdkVersion 34
versionCode 46
versionName "1.9.2"
versionCode 47
versionName "1.9.3"
compileSdk 34
buildToolsVersion = "34.0.0"

Expand Down
Binary file modified app/release/app-release.aab
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ private void showUpdateDialog() {
"- Increased maximum number of loaded submissions<br>" +
"- Fixed error while opening submissions<br>" +
"- Reworked padding system throughout the app (thanks AppearamidGuy)<br>" +
"- Added support for combined text/link posts (thanks Jonas Wunderlich)" +
"- Added support for combined text/link posts (thanks Jonas Wunderlich)<br>" +
"- Better WebView intent handling" +
"<br><br>" +
"<b>Version 1.9.2:</b><br>" +
"- Fixed white theme" +
Expand Down

0 comments on commit 6d47a74

Please sign in to comment.