Skip to content

Commit f44fe38

Browse files
Release v3.0.1
1 parent 1644b35 commit f44fe38

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
applicationId "${packageName}"
2929
minSdkVersion 21
3030
targetSdkVersion 34
31-
versionCode 64
32-
versionName "3.0"
31+
versionCode 65
32+
versionName "3.0.1"
3333
multiDexEnabled true
3434
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
3535
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

app/src/main/assets/changelog.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@
3131
</head>
3232
<body>
3333
<div></div>
34+
<h3>Version 3.0.1</h3>
35+
<h4>New</h4>
36+
<ul>
37+
<li>Support for importing from the new Battle.net app</li>
38+
</ul>
39+
<h4>Fixes</h4>
40+
<ul>
41+
<li>Visual glitches when AMOLED theme was used on old Android versions</li>
42+
<li>Minor UI improvements</li>
43+
</ul>
3444
<h3>Version 3.0</h3>
3545
<h4>New</h4>
3646
<ul>

0 commit comments

Comments
 (0)