From 076ece8507152a814267ce7e77649673e540afab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Wed, 6 Oct 2021 20:15:50 +0200 Subject: [PATCH] Update AndroidManifest.xml for 1.12 --- android/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index f4f594b79f..31605b39ae 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -3,8 +3,8 @@ xmlns:tools="http://schemas.android.com/tools" package="org.ppsspp.ppsspp" android:installLocation="auto" - android:versionCode="111030000" - android:versionName="1.11.3.0"> + android:versionCode="112000000" + android:versionName="1.12.0.0">