Skip to content

Commit

Permalink
bumped the versionCode to 55
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza417 committed Dec 26, 2022
1 parent f5cf7ad commit 2efe16b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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 = 54
def appVersionCode = 55
def appVersionName = "build_${appVersionCode}_final (beta)"

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

<sub>(Current Version)</sub>
<h2>Build54</h2>
<h2>Build55</h2>

<!-- Write change logs here -->

Expand Down Expand Up @@ -74,8 +74,11 @@ <h4>Installer</h4>
device such as browsers, universal intents, etc.
</li>
</ul>
<br>
<br>

<br>
<p>Build54 was retracted due to serious issues in production.</p>
<br>
<div class="wrap-collapsible">
<input id="build_53" class="toggle" type="checkbox">
Expand Down

0 comments on commit 2efe16b

Please sign in to comment.