Skip to content

Commit

Permalink
Marshmallow Fix Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza417 committed Nov 22, 2022
1 parent 223fe2d commit 8e96122
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
android {
compileSdkVersion 33

def appVersionCode = 47
def appVersionCode = 48
def appVersionName = "build_$appVersionCode (alpha)"

buildFeatures {
Expand Down
4 changes: 1 addition & 3 deletions app/src/main/assets/html/changelogs.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ <h2>Build48</h2>

<!-- Write change logs here -->

<h4>User Interface</h4>


<h4>Bug Fixes</h4>

<ul>
<li>Fixed optimization reset issue in <b>Battery Optimization</b> panel.</li>
<li>Fixed app randomly crashing in Android Marshmallow 6.0.</li>
</ul>

<br>
Expand Down

0 comments on commit 8e96122

Please sign in to comment.