Skip to content

Commit

Permalink
Release v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelschattgen committed Mar 25, 2024
1 parent 1644b35 commit f44fe38
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -28,8 +28,8 @@ android {
applicationId "${packageName}"
minSdkVersion 21
targetSdkVersion 34
versionCode 64
versionName "3.0"
versionCode 65
versionName "3.0.1"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
Expand Down
10 changes: 10 additions & 0 deletions app/src/main/assets/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@
</head>
<body>
<div></div>
<h3>Version 3.0.1</h3>
<h4>New</h4>
<ul>
<li>Support for importing from the new Battle.net app</li>
</ul>
<h4>Fixes</h4>
<ul>
<li>Visual glitches when AMOLED theme was used on old Android versions</li>
<li>Minor UI improvements</li>
</ul>
<h3>Version 3.0</h3>
<h4>New</h4>
<ul>
Expand Down

0 comments on commit f44fe38

Please sign in to comment.