diff --git a/README.md b/README.md index a9fe7f9dd2..aa36a2b225 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,12 @@ For build instructions and other development tutorials, see [the wiki](https://g For game compatibility, see [community compatibility feedback](https://report.ppsspp.org/games). -What's new in 1.9.0/1.9.1 +What's new in 1.9.0/1.9.3 +------------------------- +* Sizing/touch fixes on Android +* Fixes for some crashes + +What's new in 1.9.0/1.9.2 ------------------------- * Flicker fixed in God of War that appeared with newer drivers for Mali GPUs (#12224) * Improve performance of God of War on Vulkan (#12242), implement built-in GPU profiler (#12262, #12266) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 74dc92743a..435ee9c4db 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="19030000" + android:versionName="1.9.3.0">