1
0
mirror of https://gitlab.com/lolmam/Phigros-Android-History.git synced 2026-02-04 16:21:11 +00:00

Completed 3.x

This commit is contained in:
2025-08-01 03:05:39 +03:00
parent e3d85b19b6
commit 929ac2b291
3 changed files with 236 additions and 54 deletions

View File

@@ -25,7 +25,7 @@
<h1>How to Install</h1>
<ol class="install-list">
<li>Download the APK and the OBB (if required).</li>
<li>Download the APK, OBB and patch OBB (TapTap versions don't need OBB).</li>
<li>Install the APK on your Android device.
<ul>
@@ -34,7 +34,7 @@
</ul>
</li>
<li>Place the OBB file in the following folder:
<li>Place the OBB and patch OBB files in the following folder:
<pre><code>Internal Storage/<br>Android/obb/com.PigeonGames.Phigros/</code></pre>
<ul>
<li>If the folder doesn't exist, create it manually.</li>
@@ -43,6 +43,7 @@
<li>Ensure the OBB filename matches the <strong>Version Code</strong>:
<pre><code>main.X.com.PigeonGames.Phigros.obb</code> (Where the X is the version code)</pre>
<pre><code>patch.X.com.PigeonGames.Phigros.obb</code> (Same for patch OBB)</pre>
<p style="margin-top: 5px;">Example: <code>main.12.com.PigeonGames.Phigros.obb</code> for Phigros v1.3.0 (Version Code 12)</p>
</li>