Skip to content

Commit

Permalink
Build75
Browse files Browse the repository at this point in the history
  - Release
  • Loading branch information
Hamza417 committed May 12, 2023
1 parent bd55ea8 commit e7c24d0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId "app.simple.inure"
minSdkVersion 23
targetSdkVersion 33
versionCode 74
versionName "build74"
versionCode 75
versionName "build75"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
3 changes: 2 additions & 1 deletion app/src/main/assets/html/changelogs.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>Change Logs</h1>

<sub>(Current Version)</sub>
<h2>Build74</h2>
<small>Released on: 11 May 2023, 03:29 PM UTC</small>
<small>Released on: 12 May 2023, 12:58 PM UTC</small>

<!-- Write change logs here -->

Expand All @@ -41,6 +41,7 @@ <h4>Bug Fixes</h4>
<li>Fixed various album art issue.</li>
<li>Possibly fixed the rare DeadObject error on app startup.</li>
<li>Fixed app restarting its current state when a panel is launched from shortcut.</li>
<li>Fixed broken Shizuku installer framework.</li>
</ul>

<h4>Improvements</h4>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ object AppearancePreferences {

@Synchronized
fun getIconSize(): Int {
return getSharedPreferences().getInt(iconSize, 20)
return getSharedPreferences().getInt(iconSize, maxIconSize.div(4))
}

// ---------------------------------------------------------------------------------------------------------- //
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/75.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Various fixes and improvements

For full details, please see the changelog.

0 comments on commit e7c24d0

Please sign in to comment.