mirror of
https://github.com/izzy2lost/PSX2.git
synced 2026-07-05 15:18:36 -07:00
add google play badge
This commit is contained in:
@@ -35,6 +35,10 @@ PSX2 is an Android port of the renowned [PCSX2](https://github.com/PCSX2/pcsx2)
|
||||
|
||||
Download PSX2 directly from the Google Play Store for automatic updates and easy installation.
|
||||
|
||||
<a href="https://play.google.com/store/apps/details?id=com.izzy2lost.psx2&pcampaignid=web_share">
|
||||
<img src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" alt="Get it on Google Play" height="80"/>
|
||||
</a>
|
||||
|
||||
### Option 2: Build from Source (Free)
|
||||
|
||||
For users who prefer to build from source, follow the build instructions below.
|
||||
|
||||
+2
-2
@@ -11,8 +11,8 @@ android {
|
||||
applicationId "com.izzy2lost.psx2"
|
||||
minSdk 26
|
||||
targetSdk 36
|
||||
versionCode 4
|
||||
versionName "1.0.2"
|
||||
versionCode 5
|
||||
versionName "1.0.3"
|
||||
// APK
|
||||
setProperty("archivesBaseName","PSX2_${versionCode}_${new Date().format('yyyyMMddHHmm')}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user