File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff 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()} \" "
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments