add google play badge

This commit is contained in:
izzy2lost
2025-10-07 10:58:20 -04:00
parent 0cea21770e
commit 74c94427a6
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -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
View File
@@ -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')}")