diff --git a/README.md b/README.md index f852512..456946b 100644 --- a/README.md +++ b/README.md @@ -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. + + Get it on Google Play + + ### Option 2: Build from Source (Free) For users who prefer to build from source, follow the build instructions below. diff --git a/app/build.gradle b/app/build.gradle index 151e265..be007ad 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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')}")