From bf1777f7d3702e6a0f71c7ec1fc51976e23c2327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Sun, 6 Oct 2019 15:02:44 +0200 Subject: [PATCH] 1.9.3 commit --- README.md | 7 ++++++- android/AndroidManifest.xml | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) 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">