Skip to content

Commit

Permalink
release: play
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza417 committed Jan 20, 2025
1 parent 22ff068 commit 53b6020
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId "app.simple.inure"
minSdkVersion 23
targetSdkVersion 35
versionCode 10200
versionName "Build102.0.0"
versionCode 10300
versionName "Build103.0.0"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

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

<!-- Write change logs here -->
<sub>(Current Version)</sub>
<h2>Build10X.0.0</h2>
<h2>Build103.0.0</h2>

<h4>Bug Fixes</h4>

Expand All @@ -31,6 +31,12 @@ <h4>Behaviour</h4>
<li>Disable zooming in bar charts.</li>
</ul>

<h4>Trackers</h4>

<h4>
<li>Added ETIP database for tracker scanning.</li>
</h4>

<br/>

<!-- //////////////////////////////////////////////////////////// Older Versions //////////////////////////////////////////////////////////// -->
Expand Down

0 comments on commit 53b6020

Please sign in to comment.